From: Dave Love Date: Tue, 27 Apr 1999 18:50:15 +0000 (+0000) Subject: (auto-insert-mode): Doc fix. X-Git-Tag: emacs-20.4~311 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec957c4d715aefdd8589350627da503fefce947c;p=emacs.git (auto-insert-mode): Doc fix. --- 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