aboutsummaryrefslogtreecommitdiffstats
path: root/man/custom.texi
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 /man/custom.texi
parent562b32fed4e239170821c93b323d5d1b31af6625 (diff)
downloademacs-d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2.tar.gz
emacs-d0960fb38fffc1d8a8fb5b03f4e3ff5dd6da04b2.zip
Spelling corrections.
Delete obsolete comment.
Diffstat (limited to 'man/custom.texi')
-rw-r--r--man/custom.texi3
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
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}).