comparison lisp/autoinsert.el @ 24638:39d56f4cc4fd

(auto-insert-mode): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 27 Apr 1999 18:50:15 +0000
parents d0b40f823255
children a3246f443a38
comparison
equal deleted inserted replaced
24637:331cca02c844 24638:39d56f4cc4fd
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 This variable should be set only with \\[customize], which is equivalent 62 Setting this variable directly does not take effect;
63 to using the function `auto-insert-mode'." 63 use either \\[customize] or the function `auto-insert-mode'."
64 :set (lambda (symbol value) 64 :set (lambda (symbol value)
65 (auto-insert-mode (or value 0))) 65 (auto-insert-mode (or value 0)))
66 :initialize 'custom-initialize-default 66 :initialize 'custom-initialize-default
67 :type 'boolean 67 :type 'boolean
68 :group 'auto-insert 68 :group 'auto-insert