diff options
| author | Richard M. Stallman | 2001-09-12 20:59:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-09-12 20:59:32 +0000 |
| commit | d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2 (patch) | |
| tree | e836933a91518550ed1f6551309987a21580166a /man | |
| parent | 562b32fed4e239170821c93b323d5d1b31af6625 (diff) | |
| download | emacs-d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2.tar.gz emacs-d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2.zip | |
Spelling corrections.
Delete obsolete comment.
Diffstat (limited to 'man')
| -rw-r--r-- | man/custom.texi | 3 | ||||
| -rw-r--r-- | man/files.texi | 19 | ||||
| -rw-r--r-- | man/misc.texi | 17 |
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 |
| 926 | interpreter, so you cannot put any local variables there. To accomodate | 926 | interpreter, so you cannot put any local variables there. To accommodate |
| 927 | for this, when Emacs visits a shell script, it looks for local variable | 927 | for this, when Emacs visits a shell script, it looks for local variable |
| 928 | specifications in the @emph{second} line. | 928 | specifications 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 | |||
| 1030 | defining a keyboard macro to do @kbd{C-n C-d} and calling it with a | 1030 | defining a keyboard macro to do @kbd{C-n C-d} and calling it with a |
| 1031 | repeat count of forty. | 1031 | repeat count of forty. |
| 1032 | 1032 | ||
| 1033 | @c widecommands | ||
| 1034 | @table @kbd | 1033 | @table @kbd |
| 1035 | @item C-x ( | 1034 | @item C-x ( |
| 1036 | Start defining a keyboard macro (@code{start-kbd-macro}). | 1035 | Start 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 |
| 146 | Visit a file (@code{find-file}). | 145 | Visit a file (@code{find-file}). |
| @@ -803,7 +802,7 @@ A @dfn{shadow cluster} is a group of hosts that share directories, so | |||
| 803 | that copying to or from one of them is sufficient to update the file | 802 | that copying to or from one of them is sufficient to update the file |
| 804 | on all of them. Each shadow cluster has a name, and specifies the | 803 | on all of them. Each shadow cluster has a name, and specifies the |
| 805 | network address of a primary host (the one we copy files to), and a | 804 | network address of a primary host (the one we copy files to), and a |
| 806 | regular expression that matches the hostnames of all the other hosts | 805 | regular expression that matches the host names of all the other hosts |
| 807 | in the cluster. You can define a shadow cluster with @kbd{M-x | 806 | in the cluster. You can define a shadow cluster with @kbd{M-x |
| 808 | shadow-define-cluster}. | 807 | shadow-define-cluster}. |
| 809 | 808 | ||
| @@ -1927,7 +1926,7 @@ the repository, and picking up changes from other users into one's own | |||
| 1927 | working area, then works by direct interactions with the CVS server. | 1926 | working 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 |
| 1930 | that developers might need to work offline as well. VC is designed | 1929 | that developers might need to work off-line as well. VC is designed |
| 1931 | to reduce the amount of network interaction necessary. | 1930 | to 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.) | |||
| 2049 | While using local RCS, you can pick up recent changes from the CVS | 2048 | While using local RCS, you can pick up recent changes from the CVS |
| 2050 | repository into your local file, or commit some of your changes back | 2049 | repository into your local file, or commit some of your changes back |
| 2051 | to CVS, without terminating local RCS version control. To do this, | 2050 | to CVS, without terminating local RCS version control. To do this, |
| 2052 | switch to the CVS backend temporarily, with the @kbd{C-x v b} command: | 2051 | switch 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. | |||
| 2518 | users, but there is a mode called @dfn{non-strict locking} in which | 2517 | users, but there is a mode called @dfn{non-strict locking} in which |
| 2519 | you can check-in changes without locking the file first. Use | 2518 | you 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, |
| 2521 | see the @code{rcs} manpage for details. | 2520 | see 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 |
| 2524 | looks for an RCS version header string in the file (@pxref{Version | 2523 | looks 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, |
| 2568 | CVS makes your work files read-only by default. In Emacs, you must | 2567 | CVS makes your work files read-only by default. In Emacs, you must |
| 2569 | type @kbd{C-x C-q} to make the file writeable, so that editing works | 2568 | type @kbd{C-x C-q} to make the file writable, so that editing works |
| 2570 | in fact similar as if locking was used. Note however, that no actual | 2569 | in fact similar as if locking was used. Note however, that no actual |
| 2571 | locking is performed, so several users can make their files writeable | 2570 | locking is performed, so several users can make their files writable |
| 2572 | at the same time. When setting @env{CVSREAD} for the first time, make | 2571 | at the same time. When setting @env{CVSREAD} for the first time, make |
| 2573 | sure to check out all your modules anew, so that the file protections | 2572 | sure to check out all your modules anew, so that the file protections |
| 2574 | are set correctly. | 2573 | are 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 |
| 2580 | read-only by default, and you must also use @kbd{C-x C-q} in Emacs to | 2579 | read-only by default, and you must also use @kbd{C-x C-q} in Emacs to |
| 2581 | make it writable. VC calls @code{cvs edit} to make the file writeable, | 2580 | make it writable. VC calls @code{cvs edit} to make the file writable, |
| 2582 | and CVS takes care to notify other developers of the fact that you | 2581 | and CVS takes care to notify other developers of the fact that you |
| 2583 | intend to change the file. See the CVS documentation for details on | 2582 | intend to change the file. See the CVS documentation for details on |
| 2584 | using the watch feature. | 2583 | using the watch feature. |
| @@ -2606,7 +2605,7 @@ do in @code{vc-next-action} (@kbd{C-x v v}), just as it does for local | |||
| 2606 | repositories. It also does not make any version backups. | 2605 | repositories. 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 |
| 2609 | that is matched against the repository hostname; VC then stays local | 2608 | that is matched against the repository host name; VC then stays local |
| 2610 | only for repositories from hosts that match the pattern. | 2609 | only 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. | |||
| 2898 | the programs @code{arc}, @code{jar}, @code{lzh}, @code{zip}, and | 2897 | the 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, |
| 2902 | with the addition of the @kbd{m} key which marks a file for subsequent | 2901 | with the addition of the @kbd{m} key which marks a file for subsequent |
| 2903 | operations, and @kbd{M-@key{DEL}} which unmarks all the marked files. | 2902 | operations, and @kbd{M-@key{DEL}} which unmarks all the marked files. |
| 2904 | Also, the @kbd{a} key toggles the display of detailed file | 2903 | Also, 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}. | |||
| 1643 | paragraph by eliminating clutter. It can also be used to restrict the | 1643 | paragraph by eliminating clutter. It can also be used to restrict the |
| 1644 | range of operation of a replace command or repeating keyboard macro. | 1644 | range 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 |
| 1649 | Narrow down to between point and mark (@code{narrow-to-region}). | 1648 | Narrow 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 |
| 1991 | You can turn on keybindings to emulate the CRiSP/Brief editor with | 1990 | You 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 |
| 1993 | unless you change the user option @code{crisp-override-meta-x}. You can | 1992 | unless you change the user option @code{crisp-override-meta-x}. You can |
| 1994 | also use the command @kbd{M-x scroll-all-mode} or set the user option | 1993 | also 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 |
| 2026 | The command @kbd{M-x pc-selection-mode} enables a global minor mode | 2025 | The command @kbd{M-x pc-selection-mode} enables a global minor mode |
| 2027 | that emulates the mark, copy, cut and paste commands of various other | 2026 | that emulates the mark, copy, cut and paste commands of various other |
| 2028 | systems---an interface known as CUA. It establishes the keybindings | 2027 | systems---an interface known as CUA. It establishes the key bindings |
| 2029 | of PC mode, and also modifies the bindings of the cursor keys and the | 2028 | of 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 |
| 2031 | provide the full set of CUA keybindings---the fundamental Emacs keys | 2030 | provide 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 | ||
| 2034 | The standard keys for moving around (@kbd{right}, @kbd{left}, | 2033 | The 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 |
| 2092 | keybindings. | 2091 | key bindings. |
| 2093 | @end table | 2092 | @end table |
| 2094 | 2093 | ||
| 2095 | @node Hyperlinking, Dissociated Press, Emulation, Top | 2094 | @node Hyperlinking, Dissociated Press, Emulation, Top |