]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-insert-mode): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 27 Apr 1999 18:50:15 +0000 (18:50 +0000)
committerDave Love <fx@gnu.org>
Tue, 27 Apr 1999 18:50:15 +0000 (18:50 +0000)
lisp/autoinsert.el

index e0eb69d32ff158aad283c321b18b62d6f83c1c90..a596e54c8bae47ac29d2fb362dde3a77e8f1b92e 100644 (file)
@@ -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