diff options
| author | Robert J. Chassell | 2003-11-17 20:01:11 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2003-11-17 20:01:11 +0000 |
| commit | b5d9eb343ecbf6d7e7e6aa9afcc007b3c143b62f (patch) | |
| tree | 129c39f775f4b64df041a4538d2d01f187940628 | |
| parent | 92e9233f760bb0be3254581f8db951703a2d649f (diff) | |
| download | emacs-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.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: | |||
| 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 |
| 8086 | This means that you could (and still can) use the @code{edit-options} | 8089 | This means that you could (and still can) use the @code{edit-options} |
| 8087 | command to change the value of | 8090 | command to change the value of |
| @@ -8098,6 +8101,7 @@ either by setting it manually or by using @code{customize}. | |||
| 8098 | For me, the major use of the @code{edit-options} command is to suggest | 8101 | For me, the major use of the @code{edit-options} command is to suggest |
| 8099 | variables that I might want to set in my @file{.emacs} file. I urge | 8102 | variables that I might want to set in my @file{.emacs} file. I urge |
| 8100 | you to look through the list. | 8103 | you 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 |