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/custom.texi | |
| parent | 562b32fed4e239170821c93b323d5d1b31af6625 (diff) | |
| download | emacs-d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2.tar.gz emacs-d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2.zip | |
Spelling corrections.
Delete obsolete comment.
Diffstat (limited to 'man/custom.texi')
| -rw-r--r-- | man/custom.texi | 3 |
1 files changed, 1 insertions, 2 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}). |