changeset 24536:2bbd3f3c6eca

(auto-insert-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:27:34 +0000
parents 2bd202331192
children 7633ec82a288
files lisp/autoinsert.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/autoinsert.el	Tue Mar 30 21:27:20 1999 +0000
+++ b/lisp/autoinsert.el	Tue Mar 30 21:27:34 1999 +0000
@@ -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