# HG changeset patch # User Dave Love # Date 925239015 0 # Node ID 39d56f4cc4fdad664fc49043af7c5427ac661f64 # Parent 331cca02c84403d8c82abb4cf9c851fa2fc3baa3 (auto-insert-mode): Doc fix. diff -r 331cca02c844 -r 39d56f4cc4fd lisp/autoinsert.el --- 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