aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-09-12 20:59:32 +0000
committerRichard M. Stallman2001-09-12 20:59:32 +0000
commitd0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2 (patch)
treee836933a91518550ed1f6551309987a21580166a
parent562b32fed4e239170821c93b323d5d1b31af6625 (diff)
downloademacs-d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2.tar.gz
emacs-d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2.zip
Spelling corrections.
Delete obsolete comment.
-rw-r--r--man/custom.texi3
-rw-r--r--man/files.texi19
-rw-r--r--man/misc.texi17
3 files changed, 18 insertions, 21 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 2811c4caa3c..6240504e5cb 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -923,7 +923,7 @@ the first line as well.
923 923
924@cindex shell scripts, and local file variables 924@cindex shell scripts, and local file variables
925 In shell scripts, the first line is used to identify the script 925 In shell scripts, the first line is used to identify the script
926interpreter, so you cannot put any local variables there. To accomodate 926interpreter, so you cannot put any local variables there. To accommodate
927for this, when Emacs visits a shell script, it looks for local variable 927for this, when Emacs visits a shell script, it looks for local variable
928specifications in the @emph{second} line. 928specifications in the @emph{second} line.
929 929
@@ -1030,7 +1030,6 @@ about to type @kbd{C-n C-d} forty times, you can speed your work by
1030defining a keyboard macro to do @kbd{C-n C-d} and calling it with a 1030defining a keyboard macro to do @kbd{C-n C-d} and calling it with a
1031repeat count of forty. 1031repeat count of forty.
1032 1032
1033@c widecommands
1034@table @kbd 1033@table @kbd
1035@item C-x ( 1034@item C-x (
1036Start defining a keyboard macro (@code{start-kbd-macro}). 1035Start defining a keyboard macro (@code{start-kbd-macro}).
diff --git a/man/files.texi b/man/files.texi
index 078cc5411a6..df35f996a6b 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -140,7 +140,6 @@ variable @code{file-name-coding-system} to a non-@code{nil} value.
140@section Visiting Files 140@section Visiting Files
141@cindex visiting files 141@cindex visiting files
142 142
143@c WideCommands
144@table @kbd 143@table @kbd
145@item C-x C-f 144@item C-x C-f
146Visit a file (@code{find-file}). 145Visit a file (@code{find-file}).
@@ -803,7 +802,7 @@ A @dfn{shadow cluster} is a group of hosts that share directories, so
803that copying to or from one of them is sufficient to update the file 802that copying to or from one of them is sufficient to update the file
804on all of them. Each shadow cluster has a name, and specifies the 803on all of them. Each shadow cluster has a name, and specifies the
805network address of a primary host (the one we copy files to), and a 804network address of a primary host (the one we copy files to), and a
806regular expression that matches the hostnames of all the other hosts 805regular expression that matches the host names of all the other hosts
807in the cluster. You can define a shadow cluster with @kbd{M-x 806in the cluster. You can define a shadow cluster with @kbd{M-x
808shadow-define-cluster}. 807shadow-define-cluster}.
809 808
@@ -1927,7 +1926,7 @@ the repository, and picking up changes from other users into one's own
1927working area, then works by direct interactions with the CVS server. 1926working area, then works by direct interactions with the CVS server.
1928 1927
1929 One difficulty is that access to the CVS server is often slow, and 1928 One difficulty is that access to the CVS server is often slow, and
1930that developers might need to work offline as well. VC is designed 1929that developers might need to work off-line as well. VC is designed
1931to reduce the amount of network interaction necessary. 1930to reduce the amount of network interaction necessary.
1932 1931
1933@menu 1932@menu
@@ -2049,7 +2048,7 @@ that you can refer to it later if you wish.)
2049While using local RCS, you can pick up recent changes from the CVS 2048While using local RCS, you can pick up recent changes from the CVS
2050repository into your local file, or commit some of your changes back 2049repository into your local file, or commit some of your changes back
2051to CVS, without terminating local RCS version control. To do this, 2050to CVS, without terminating local RCS version control. To do this,
2052switch to the CVS backend temporarily, with the @kbd{C-x v b} command: 2051switch to the CVS back end temporarily, with the @kbd{C-x v b} command:
2053 2052
2054@table @kbd 2053@table @kbd
2055@item C-x v b 2054@item C-x v b
@@ -2518,7 +2517,7 @@ automatically.
2518users, but there is a mode called @dfn{non-strict locking} in which 2517users, but there is a mode called @dfn{non-strict locking} in which
2519you can check-in changes without locking the file first. Use 2518you can check-in changes without locking the file first. Use
2520@samp{rcs -U} to switch to non-strict locking for a particular file, 2519@samp{rcs -U} to switch to non-strict locking for a particular file,
2521see the @code{rcs} manpage for details. 2520see the @code{rcs} manual page for details.
2522 2521
2523 When deducing the version control state of an RCS file, VC first 2522 When deducing the version control state of an RCS file, VC first
2524looks for an RCS version header string in the file (@pxref{Version 2523looks for an RCS version header string in the file (@pxref{Version
@@ -2566,9 +2565,9 @@ locking.
2566 For one thing, you can set the @env{CVSREAD} environment variable 2565 For one thing, you can set the @env{CVSREAD} environment variable
2567(the value you use makes no difference). If this variable is defined, 2566(the value you use makes no difference). If this variable is defined,
2568CVS makes your work files read-only by default. In Emacs, you must 2567CVS makes your work files read-only by default. In Emacs, you must
2569type @kbd{C-x C-q} to make the file writeable, so that editing works 2568type @kbd{C-x C-q} to make the file writable, so that editing works
2570in fact similar as if locking was used. Note however, that no actual 2569in fact similar as if locking was used. Note however, that no actual
2571locking is performed, so several users can make their files writeable 2570locking is performed, so several users can make their files writable
2572at the same time. When setting @env{CVSREAD} for the first time, make 2571at the same time. When setting @env{CVSREAD} for the first time, make
2573sure to check out all your modules anew, so that the file protections 2572sure to check out all your modules anew, so that the file protections
2574are set correctly. 2573are set correctly.
@@ -2578,7 +2577,7 @@ are set correctly.
2578 Another way to achieve something similar to locking is to use the 2577 Another way to achieve something similar to locking is to use the
2579@dfn{watch} feature of CVS. If a file is being watched, CVS makes it 2578@dfn{watch} feature of CVS. If a file is being watched, CVS makes it
2580read-only by default, and you must also use @kbd{C-x C-q} in Emacs to 2579read-only by default, and you must also use @kbd{C-x C-q} in Emacs to
2581make it writable. VC calls @code{cvs edit} to make the file writeable, 2580make it writable. VC calls @code{cvs edit} to make the file writable,
2582and CVS takes care to notify other developers of the fact that you 2581and CVS takes care to notify other developers of the fact that you
2583intend to change the file. See the CVS documentation for details on 2582intend to change the file. See the CVS documentation for details on
2584using the watch feature. 2583using the watch feature.
@@ -2606,7 +2605,7 @@ do in @code{vc-next-action} (@kbd{C-x v v}), just as it does for local
2606repositories. It also does not make any version backups. 2605repositories. It also does not make any version backups.
2607 2606
2608 You can also set @code{vc-cvs-stay-local} to a regular expression 2607 You can also set @code{vc-cvs-stay-local} to a regular expression
2609that is matched against the repository hostname; VC then stays local 2608that is matched against the repository host name; VC then stays local
2610only for repositories from hosts that match the pattern. 2609only for repositories from hosts that match the pattern.
2611 2610
2612@node Directories 2611@node Directories
@@ -2898,7 +2897,7 @@ requires the appropriate uncompression program.
2898the programs @code{arc}, @code{jar}, @code{lzh}, @code{zip}, and 2897the programs @code{arc}, @code{jar}, @code{lzh}, @code{zip}, and
2899@code{zoo}, which have extensions corresponding to the program names. 2898@code{zoo}, which have extensions corresponding to the program names.
2900 2899
2901 The keybindings of Archive mode are similar to those in Tar mode, 2900 The key bindings of Archive mode are similar to those in Tar mode,
2902with the addition of the @kbd{m} key which marks a file for subsequent 2901with the addition of the @kbd{m} key which marks a file for subsequent
2903operations, and @kbd{M-@key{DEL}} which unmarks all the marked files. 2902operations, and @kbd{M-@key{DEL}} which unmarks all the marked files.
2904Also, the @kbd{a} key toggles the display of detailed file 2903Also, the @kbd{a} key toggles the display of detailed file
diff --git a/man/misc.texi b/man/misc.texi
index 1676860ac50..ec1f53c95ee 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -1643,7 +1643,6 @@ any time is called the buffer's @dfn{restriction}.
1643paragraph by eliminating clutter. It can also be used to restrict the 1643paragraph by eliminating clutter. It can also be used to restrict the
1644range of operation of a replace command or repeating keyboard macro. 1644range of operation of a replace command or repeating keyboard macro.
1645 1645
1646@c WideCommands
1647@table @kbd 1646@table @kbd
1648@item C-x n n 1647@item C-x n n
1649Narrow down to between point and mark (@code{narrow-to-region}). 1648Narrow down to between point and mark (@code{narrow-to-region}).
@@ -1969,11 +1968,11 @@ the order you choose.
1969@cindex other editors 1968@cindex other editors
1970@cindex EDT 1969@cindex EDT
1971@cindex vi 1970@cindex vi
1972@cindex PC keybindings 1971@cindex PC key bindings
1973@cindex scrolling all windows 1972@cindex scrolling all windows
1974@cindex PC selecion 1973@cindex PC selection
1975@cindex Motif keybindings 1974@cindex Motif key bindings
1976@cindex Macintosh keybindings 1975@cindex Macintosh key bindings
1977@cindex WordStar 1976@cindex WordStar
1978 1977
1979 GNU Emacs can be programmed to emulate (more or less) most other 1978 GNU Emacs can be programmed to emulate (more or less) most other
@@ -1988,7 +1987,7 @@ editors. Standard facilities can emulate these:
1988@cindex Brief emulation 1987@cindex Brief emulation
1989@cindex emulation of Brief 1988@cindex emulation of Brief
1990@cindex mode, CRiSP 1989@cindex mode, CRiSP
1991You can turn on keybindings to emulate the CRiSP/Brief editor with 1990You can turn on key bindings to emulate the CRiSP/Brief editor with
1992@kbd{M-x crisp-mode}. Note that this rebinds @kbd{M-x} to exit Emacs 1991@kbd{M-x crisp-mode}. Note that this rebinds @kbd{M-x} to exit Emacs
1993unless you change the user option @code{crisp-override-meta-x}. You can 1992unless you change the user option @code{crisp-override-meta-x}. You can
1994also use the command @kbd{M-x scroll-all-mode} or set the user option 1993also use the command @kbd{M-x scroll-all-mode} or set the user option
@@ -2025,10 +2024,10 @@ to beginning and end of buffer and @kbd{C-Escape} does
2025@cindex selection, PC 2024@cindex selection, PC
2026The command @kbd{M-x pc-selection-mode} enables a global minor mode 2025The command @kbd{M-x pc-selection-mode} enables a global minor mode
2027that emulates the mark, copy, cut and paste commands of various other 2026that emulates the mark, copy, cut and paste commands of various other
2028systems---an interface known as CUA. It establishes the keybindings 2027systems---an interface known as CUA. It establishes the key bindings
2029of PC mode, and also modifies the bindings of the cursor keys and the 2028of PC mode, and also modifies the bindings of the cursor keys and the
2030@kbd{next}, @kbd{prior}, @kbd{home} and @kbd{end} keys. It does not 2029@kbd{next}, @kbd{prior}, @kbd{home} and @kbd{end} keys. It does not
2031provide the full set of CUA keybindings---the fundamental Emacs keys 2030provide the full set of CUA key bindings---the fundamental Emacs keys
2032@kbd{C-c}, @kbd{C-v} and @kbd{C-x} are not changed. 2031@kbd{C-c}, @kbd{C-v} and @kbd{C-x} are not changed.
2033 2032
2034The standard keys for moving around (@kbd{right}, @kbd{left}, 2033The standard keys for moving around (@kbd{right}, @kbd{left},
@@ -2089,7 +2088,7 @@ not use it.
2089@item WordStar (old wordprocessor) 2088@item WordStar (old wordprocessor)
2090@findex wordstar-mode 2089@findex wordstar-mode
2091@kbd{M-x wordstar-mode} provides a major mode with WordStar-like 2090@kbd{M-x wordstar-mode} provides a major mode with WordStar-like
2092keybindings. 2091key bindings.
2093@end table 2092@end table
2094 2093
2095@node Hyperlinking, Dissociated Press, Emulation, Top 2094@node Hyperlinking, Dissociated Press, Emulation, Top