(delete-selection-mode): Doc fix.
This commit is contained in:
parent
970ce0d8c7
commit
735cb9a35e
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ any selection."
|
|||
(defcustom delete-selection-mode nil
|
||||
"Toggle Delete Selection mode.
|
||||
See command `delete-selection-mode'.
|
||||
This variable should be set only with \\[customize], which is equivalent
|
||||
to using the function `delete-selection-mode'."
|
||||
Setting this variable directly does not take effect;
|
||||
use either \\[customize] or the function `delete-selection-mode'."
|
||||
:set (lambda (symbol value)
|
||||
(delete-selection-mode (or value 0)))
|
||||
:initialize 'custom-initialize-default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue