diff options
author | Dave Love <fx@gnu.org> | 1999-04-27 18:50:15 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-04-27 18:50:15 +0000 |
commit | ec957c4d715aefdd8589350627da503fefce947c (patch) | |
tree | 49cad56a6196c1f0b3c1f5e8b882b927b5c69b99 | |
parent | e96394e9f4d3ee288ac55d94024a0dee2910da1a (diff) | |
download | emacs-ec957c4d715aefdd8589350627da503fefce947c.tar.gz |
(auto-insert-mode): Doc fix.
-rw-r--r-- | lisp/autoinsert.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index e0eb69d32ff..a596e54c8ba 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -59,8 +59,8 @@ (defcustom auto-insert-mode nil "Toggle auto-insert-mode. -This variable should be set only with \\[customize], which is equivalent -to using the function `auto-insert-mode'." +Setting this variable directly does not take effect; +use either \\[customize] or the function `auto-insert-mode'." :set (lambda (symbol value) (auto-insert-mode (or value 0))) :initialize 'custom-initialize-default |