diff options
| author | Karl Heuer | 1999-03-30 21:27:34 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-03-30 21:27:34 +0000 |
| commit | 2ca46a11bf98e8fac5a710bb0aace9e427e0dfd5 (patch) | |
| tree | fb6848bf6053a7a1ea1f833244276a72e46e29ec /lisp/autoinsert.el | |
| parent | 20021621955b2d9309007563e6cd3e0faa5b3cbc (diff) | |
| download | emacs-2ca46a11bf98e8fac5a710bb0aace9e427e0dfd5.tar.gz emacs-2ca46a11bf98e8fac5a710bb0aace9e427e0dfd5.zip | |
(auto-insert-mode): Doc fix.
Diffstat (limited to 'lisp/autoinsert.el')
| -rw-r--r-- | lisp/autoinsert.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index f4675036501..d88a344641f 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -59,7 +59,8 @@ | |||
| 59 | 59 | ||
| 60 | (defcustom auto-insert-mode nil | 60 | (defcustom auto-insert-mode nil |
| 61 | "Toggle auto-insert-mode. | 61 | "Toggle auto-insert-mode. |
| 62 | You must modify via \\[customize] for this variable to have an effect." | 62 | This variable should be set only with \\[customize], which is equivalent |
| 63 | to using the function `auto-insert-mode'. | ||
| 63 | :set (lambda (symbol value) | 64 | :set (lambda (symbol value) |
| 64 | (auto-insert-mode (or value 0))) | 65 | (auto-insert-mode (or value 0))) |
| 65 | :initialize 'custom-initialize-default | 66 | :initialize 'custom-initialize-default |