summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/autoinsert.el4
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