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