comparison lisp/autoinsert.el @ 24536:2bbd3f3c6eca

(auto-insert-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:27:34 +0000
parents 8d2bb5d1416a
children d0b40f823255
comparison
equal deleted inserted replaced
24535:2bd202331192 24536:2bbd3f3c6eca
57 :group 'convenience) 57 :group 'convenience)
58 58
59 59
60 (defcustom auto-insert-mode nil 60 (defcustom auto-insert-mode nil
61 "Toggle auto-insert-mode. 61 "Toggle auto-insert-mode.
62 You must modify via \\[customize] for this variable to have an effect." 62 This variable should be set only with \\[customize], which is equivalent
63 to using the function `auto-insert-mode'.
63 :set (lambda (symbol value) 64 :set (lambda (symbol value)
64 (auto-insert-mode (or value 0))) 65 (auto-insert-mode (or value 0)))
65 :initialize 'custom-initialize-default 66 :initialize 'custom-initialize-default
66 :type 'boolean 67 :type 'boolean
67 :group 'auto-insert 68 :group 'auto-insert