changeset 24638:39d56f4cc4fd

(auto-insert-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 18:50:15 +0000
parents 331cca02c844
children 219a6fe709d6
files lisp/autoinsert.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/autoinsert.el	Tue Apr 27 18:48:11 1999 +0000
+++ b/lisp/autoinsert.el	Tue Apr 27 18:50:15 1999 +0000
@@ -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