# HG changeset patch # User Richard M. Stallman # Date 1000328372 0 # Node ID 343d48d4e64cd6f2289b7813a5669c6abc9aa7d8 # Parent 4e43db05a77f55dded94210bb9183a3cf74cadeb Spelling corrections. Delete obsolete comment. diff -r 4e43db05a77f -r 343d48d4e64c man/custom.texi --- a/man/custom.texi Wed Sep 12 20:53:14 2001 +0000 +++ b/man/custom.texi Wed Sep 12 20:59:32 2001 +0000 @@ -923,7 +923,7 @@ @cindex shell scripts, and local file variables In shell scripts, the first line is used to identify the script -interpreter, so you cannot put any local variables there. To accomodate +interpreter, so you cannot put any local variables there. To accommodate for this, when Emacs visits a shell script, it looks for local variable specifications in the @emph{second} line. @@ -1030,7 +1030,6 @@ defining a keyboard macro to do @kbd{C-n C-d} and calling it with a repeat count of forty. -@c widecommands @table @kbd @item C-x ( Start defining a keyboard macro (@code{start-kbd-macro}). diff -r 4e43db05a77f -r 343d48d4e64c man/files.texi --- a/man/files.texi Wed Sep 12 20:53:14 2001 +0000 +++ b/man/files.texi Wed Sep 12 20:59:32 2001 +0000 @@ -140,7 +140,6 @@ @section Visiting Files @cindex visiting files -@c WideCommands @table @kbd @item C-x C-f Visit a file (@code{find-file}). @@ -803,7 +802,7 @@ that copying to or from one of them is sufficient to update the file on all of them. Each shadow cluster has a name, and specifies the network address of a primary host (the one we copy files to), and a -regular expression that matches the hostnames of all the other hosts +regular expression that matches the host names of all the other hosts in the cluster. You can define a shadow cluster with @kbd{M-x shadow-define-cluster}. @@ -1927,7 +1926,7 @@ working area, then works by direct interactions with the CVS server. One difficulty is that access to the CVS server is often slow, and -that developers might need to work offline as well. VC is designed +that developers might need to work off-line as well. VC is designed to reduce the amount of network interaction necessary. @menu @@ -2049,7 +2048,7 @@ While using local RCS, you can pick up recent changes from the CVS repository into your local file, or commit some of your changes back to CVS, without terminating local RCS version control. To do this, -switch to the CVS backend temporarily, with the @kbd{C-x v b} command: +switch to the CVS back end temporarily, with the @kbd{C-x v b} command: @table @kbd @item C-x v b @@ -2518,7 +2517,7 @@ users, but there is a mode called @dfn{non-strict locking} in which you can check-in changes without locking the file first. Use @samp{rcs -U} to switch to non-strict locking for a particular file, -see the @code{rcs} manpage for details. +see the @code{rcs} manual page for details. When deducing the version control state of an RCS file, VC first looks for an RCS version header string in the file (@pxref{Version @@ -2566,9 +2565,9 @@ For one thing, you can set the @env{CVSREAD} environment variable (the value you use makes no difference). If this variable is defined, CVS makes your work files read-only by default. In Emacs, you must -type @kbd{C-x C-q} to make the file writeable, so that editing works +type @kbd{C-x C-q} to make the file writable, so that editing works in fact similar as if locking was used. Note however, that no actual -locking is performed, so several users can make their files writeable +locking is performed, so several users can make their files writable at the same time. When setting @env{CVSREAD} for the first time, make sure to check out all your modules anew, so that the file protections are set correctly. @@ -2578,7 +2577,7 @@ Another way to achieve something similar to locking is to use the @dfn{watch} feature of CVS. If a file is being watched, CVS makes it read-only by default, and you must also use @kbd{C-x C-q} in Emacs to -make it writable. VC calls @code{cvs edit} to make the file writeable, +make it writable. VC calls @code{cvs edit} to make the file writable, and CVS takes care to notify other developers of the fact that you intend to change the file. See the CVS documentation for details on using the watch feature. @@ -2606,7 +2605,7 @@ repositories. It also does not make any version backups. You can also set @code{vc-cvs-stay-local} to a regular expression -that is matched against the repository hostname; VC then stays local +that is matched against the repository host name; VC then stays local only for repositories from hosts that match the pattern. @node Directories @@ -2898,7 +2897,7 @@ the programs @code{arc}, @code{jar}, @code{lzh}, @code{zip}, and @code{zoo}, which have extensions corresponding to the program names. - The keybindings of Archive mode are similar to those in Tar mode, + The key bindings of Archive mode are similar to those in Tar mode, with the addition of the @kbd{m} key which marks a file for subsequent operations, and @kbd{M-@key{DEL}} which unmarks all the marked files. Also, the @kbd{a} key toggles the display of detailed file diff -r 4e43db05a77f -r 343d48d4e64c man/misc.texi --- a/man/misc.texi Wed Sep 12 20:53:14 2001 +0000 +++ b/man/misc.texi Wed Sep 12 20:59:32 2001 +0000 @@ -1643,7 +1643,6 @@ paragraph by eliminating clutter. It can also be used to restrict the range of operation of a replace command or repeating keyboard macro. -@c WideCommands @table @kbd @item C-x n n Narrow down to between point and mark (@code{narrow-to-region}). @@ -1969,11 +1968,11 @@ @cindex other editors @cindex EDT @cindex vi -@cindex PC keybindings +@cindex PC key bindings @cindex scrolling all windows -@cindex PC selecion -@cindex Motif keybindings -@cindex Macintosh keybindings +@cindex PC selection +@cindex Motif key bindings +@cindex Macintosh key bindings @cindex WordStar GNU Emacs can be programmed to emulate (more or less) most other @@ -1988,7 +1987,7 @@ @cindex Brief emulation @cindex emulation of Brief @cindex mode, CRiSP -You can turn on keybindings to emulate the CRiSP/Brief editor with +You can turn on key bindings to emulate the CRiSP/Brief editor with @kbd{M-x crisp-mode}. Note that this rebinds @kbd{M-x} to exit Emacs unless you change the user option @code{crisp-override-meta-x}. You can also use the command @kbd{M-x scroll-all-mode} or set the user option @@ -2025,10 +2024,10 @@ @cindex selection, PC The command @kbd{M-x pc-selection-mode} enables a global minor mode that emulates the mark, copy, cut and paste commands of various other -systems---an interface known as CUA. It establishes the keybindings +systems---an interface known as CUA. It establishes the key bindings of PC mode, and also modifies the bindings of the cursor keys and the @kbd{next}, @kbd{prior}, @kbd{home} and @kbd{end} keys. It does not -provide the full set of CUA keybindings---the fundamental Emacs keys +provide the full set of CUA key bindings---the fundamental Emacs keys @kbd{C-c}, @kbd{C-v} and @kbd{C-x} are not changed. The standard keys for moving around (@kbd{right}, @kbd{left}, @@ -2089,7 +2088,7 @@ @item WordStar (old wordprocessor) @findex wordstar-mode @kbd{M-x wordstar-mode} provides a major mode with WordStar-like -keybindings. +key bindings. @end table @node Hyperlinking, Dissociated Press, Emulation, Top