(delete-selection-mode): Doc fix.
This commit is contained in:
parent
0f27a1fd6a
commit
f7fdcecd7e
2 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-01-04 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* delsel.el (delete-selection-mode): Doc fix.
|
||||
|
||||
2008-01-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* version.el (emacs-copyright): Update to 2008.
|
||||
|
@ -23,6 +27,13 @@
|
|||
* textmodes/ispell.el (ispell-local-pdict): Add
|
||||
safe-local-variable properties.
|
||||
|
||||
2007-12-31 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
|
||||
Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
|
||||
`parent'.
|
||||
(custom-group-value-create): Pass two args to custom-add-parent-links.
|
||||
|
||||
2007-12-29 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* font-lock.el (font-lock-prepend-text-property)
|
||||
|
|
|
@ -59,8 +59,8 @@
|
|||
;;;###autoload
|
||||
(define-minor-mode delete-selection-mode
|
||||
"Toggle Delete Selection mode.
|
||||
With prefix ARG, turn Delete Selection mode on if and only if ARG is
|
||||
positive.
|
||||
With prefix ARG, turn Delete Selection mode on if ARG is
|
||||
positive, off if ARG is not positive.
|
||||
|
||||
When Delete Selection mode is enabled, Transient Mark mode is also
|
||||
enabled and typed text replaces the selection if the selection is
|
||||
|
|
Loading…
Add table
Reference in a new issue