]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-insert-mode): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:27:34 +0000 (21:27 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:27:34 +0000 (21:27 +0000)
lisp/autoinsert.el

index f467503650184d47a6791c09c518d910495ecfcc..d88a344641f633b8fded07bb1f9d0e21a0b248c4 100644 (file)
@@ -59,7 +59,8 @@
 
 (defcustom auto-insert-mode nil
   "Toggle auto-insert-mode.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `auto-insert-mode'.
   :set (lambda (symbol value)
         (auto-insert-mode (or value 0)))
   :initialize 'custom-initialize-default