diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2003-11-17 20:01:11 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2003-11-17 20:01:11 +0000 |
commit | b5d9eb343ecbf6d7e7e6aa9afcc007b3c143b62f (patch) | |
tree | 129c39f775f4b64df041a4538d2d01f187940628 /lispintro | |
parent | 92e9233f760bb0be3254581f8db951703a2d649f (diff) | |
download | emacs-b5d9eb343ecbf6d7e7e6aa9afcc007b3c143b62f.tar.gz |
In node `defvar and asterisk', commented out three paragraphs on
edit-options since the command is no longer described in the Emacs
manual.
Diffstat (limited to 'lispintro')
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 4 |
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: @end group @end smallexample +@ignore +@c commented out on 2003 Nov 17, since edit-options no longer described + @noindent This means that you could (and still can) use the @code{edit-options} command to change the value of @@ -8098,6 +8101,7 @@ either by setting it manually or by using @code{customize}. For me, the major use of the @code{edit-options} command is to suggest variables that I might want to set in my @file{.emacs} file. I urge you to look through the list. +@end ignore @node copy-region-as-kill, cons & search-fwd Review, defvar, Cutting & Storing Text @comment node-name, next, previous, up |