aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert J. Chassell2003-11-17 20:01:11 +0000
committerRobert J. Chassell2003-11-17 20:01:11 +0000
commitb5d9eb343ecbf6d7e7e6aa9afcc007b3c143b62f (patch)
tree129c39f775f4b64df041a4538d2d01f187940628
parent92e9233f760bb0be3254581f8db951703a2d649f (diff)
downloademacs-b5d9eb343ecbf6d7e7e6aa9afcc007b3c143b62f.tar.gz
emacs-b5d9eb343ecbf6d7e7e6aa9afcc007b3c143b62f.zip
In node `defvar and asterisk', commented out three paragraphs on
edit-options since the command is no longer described in the Emacs manual.
-rw-r--r--lispintro/emacs-lisp-intro.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi
index feeef04b3bc..007ba99a154 100644
--- a/lispintro/emacs-lisp-intro.texi
+++ b/lispintro/emacs-lisp-intro.texi
@@ -8082,6 +8082,9 @@ string. For example:
8082@end group 8082@end group
8083@end smallexample 8083@end smallexample
8084 8084
8085@ignore
8086@c commented out on 2003 Nov 17, since edit-options no longer described
8087
8085@noindent 8088@noindent
8086This means that you could (and still can) use the @code{edit-options} 8089This means that you could (and still can) use the @code{edit-options}
8087command to change the value of 8090command to change the value of
@@ -8098,6 +8101,7 @@ either by setting it manually or by using @code{customize}.
8098For me, the major use of the @code{edit-options} command is to suggest 8101For me, the major use of the @code{edit-options} command is to suggest
8099variables that I might want to set in my @file{.emacs} file. I urge 8102variables that I might want to set in my @file{.emacs} file. I urge
8100you to look through the list. 8103you to look through the list.
8104@end ignore
8101 8105
8102@node copy-region-as-kill, cons & search-fwd Review, defvar, Cutting & Storing Text 8106@node copy-region-as-kill, cons & search-fwd Review, defvar, Cutting & Storing Text
8103@comment node-name, next, previous, up 8107@comment node-name, next, previous, up