Skip to content

Commit

Permalink
Fix two typos in the Elvis Manual
Browse files Browse the repository at this point in the history
 Also undo corruption done by automatically patching Elvis version with
 sed from Makefile. Makefile gets fixed in another patch (08_make_destdir).
Author: Sergey Romanov<schragge@gmail.com>
  • Loading branch information
mbert committed Jan 10, 2014
1 parent 5f2aadc commit f8d7b6e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/elvis.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1><a name="CONTENTS"></a>TABLE OF CONTENTS FOR ELVIS-2.2_1</h1>
posting a message to the <a href="news:comp.editors">comp.editors</a>
newsgroup.

<h1><a name="WHATIS"></a>1. WHAT IS ELVIS-2.2_1</h1>
<h1><a name="WHATIS"></a>1. WHAT IS ELVIS?</h1>
Elvis is a clone of vi/ex, the standard UNIX editor.
Elvis supports nearly all of the vi/ex commands,
in both visual mode and ex mode.
Expand Down
2 changes: 1 addition & 1 deletion doc/elvisgui.html
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ <h3><a name="windows.colors"></a>8.2.3 Windows colors</h3>

<p>If there is a file named "rgb.txt" located in the
<a href="elvisopt.html#elvispath">elvispath</a>,
then Elvis can use it to translate other color names into RGB balues.
then Elvis can use it to translate other color names into RGB values.
The default distribution includes such a file, derived from the
color table distributed with <a href="www.xfree86.org">XFree86</a>,
so you can use all of the same color names that work with X11.
Expand Down
4 changes: 2 additions & 2 deletions doc/elvisopt.html
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,7 @@ <h2><a name="SYSTEM">6.18 Options that describe the system</a></h2>

<p>The <em>locale</em> option has no direct effect on Elvis;
it is only used in some scripts.
In particular, the it affects the default value chosen for the
In particular, it affects the default value chosen for the
<a href="#spelldict">spelldict</a> option.
Elvis itself uses the <a href="elvisinp.html#DIGRAPH">digraph table</a>
to handle different symbol sets, and the
Expand Down Expand Up @@ -2767,7 +2767,7 @@ <h2><a name="DIR">6.20 Directory names</a></h2>

<tr>
<th>For MS-DOS:</th>
<td>The default home directory is the one containing ELVIS-2.2_1</td>
<td>The default home directory is the one containing ELVIS.EXE</td>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion doc/elvisses.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ <h2>10.3 Recovery</h2><a name="RECOVER"></a>
session file via
"<code>rm&nbsp;/var/tmp/elvis*.ses</code>", or whatever the session file's name
is.
For DOS/Windows users, the command would be "<code>DEL&nbsp;\TEMP\ELVIS-2.2_1</code>".
For DOS/Windows users, the command would be "<code>DEL&nbsp;\TEMP\ELVIS*.SES</code>".

<p>If you can figure out how to reproduce the problem, please let me know!
My email address is <address>kirkenda@cs.pdx.edu</address>
Expand Down
2 changes: 1 addition & 1 deletion doc/elvistag.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2><a name="REF"></a>14.3 Reading the tags file</h2>
This syntax will be described <a href="#HINTS">later.</a>
You should check the <a href="ref.man">manual page</a> for a list of options.

<h2><a name="ELVIS-2.2_1</a>14.4 Using tags with Elvis</h2>
<h2><a name="ELVIS"</a>14.4 Using tags with Elvis</h2>

When starting Elvis, you can use the <kbd>-t</kbd><var>tagname</var> flag to
start with the cursor at the definition point of a given function in your
Expand Down

0 comments on commit f8d7b6e

Please sign in to comment.