From 2ca46a11bf98e8fac5a710bb0aace9e427e0dfd5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 30 Mar 1999 21:27:34 +0000 Subject: [PATCH] (auto-insert-mode): Doc fix. --- lisp/autoinsert.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index f4675036501..d88a344641f 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -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 -- 2.39.2