aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
-rw-r--r--lisp/delsel.el4
2 files changed, 13 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 958223c2855..2ee492aff86 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-01-04 Richard Stallman <rms@gnu.org>
2
3 * delsel.el (delete-selection-mode): Doc fix.
4
12008-01-04 Glenn Morris <rgm@gnu.org> 52008-01-04 Glenn Morris <rgm@gnu.org>
2 6
3 * version.el (emacs-copyright): Update to 2008. 7 * version.el (emacs-copyright): Update to 2008.
@@ -23,6 +27,13 @@
23 * textmodes/ispell.el (ispell-local-pdict): Add 27 * textmodes/ispell.el (ispell-local-pdict): Add
24 safe-local-variable properties. 28 safe-local-variable properties.
25 29
302007-12-31 Richard Stallman <rms@gnu.org>
31
32 * cus-edit.el (custom-add-parent-links): New arg DOC-INITIAL-STRING.
33 Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include
34 `parent'.
35 (custom-group-value-create): Pass two args to custom-add-parent-links.
36
262007-12-29 Richard Stallman <rms@gnu.org> 372007-12-29 Richard Stallman <rms@gnu.org>
27 38
28 * font-lock.el (font-lock-prepend-text-property) 39 * font-lock.el (font-lock-prepend-text-property)
diff --git a/lisp/delsel.el b/lisp/delsel.el
index e33dac6c2f9..53b13c23b6f 100644
--- a/lisp/delsel.el
+++ b/lisp/delsel.el
@@ -59,8 +59,8 @@
59;;;###autoload 59;;;###autoload
60(define-minor-mode delete-selection-mode 60(define-minor-mode delete-selection-mode
61 "Toggle Delete Selection mode. 61 "Toggle Delete Selection mode.
62With prefix ARG, turn Delete Selection mode on if and only if ARG is 62With prefix ARG, turn Delete Selection mode on if ARG is
63positive. 63positive, off if ARG is not positive.
64 64
65When Delete Selection mode is enabled, Transient Mark mode is also 65When Delete Selection mode is enabled, Transient Mark mode is also
66enabled and typed text replaces the selection if the selection is 66enabled and typed text replaces the selection if the selection is