From ec957c4d715aefdd8589350627da503fefce947c Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 27 Apr 1999 18:50:15 +0000 Subject: [PATCH] (auto-insert-mode): Doc fix. --- lisp/autoinsert.el | 4 ++-- 1 file 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 -- 2.39.2