mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(auto-insert-mode): Doc fix.
This commit is contained in:
parent
2002162195
commit
2ca46a11bf
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue