aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-04-09 09:58:37 +0000
committerGerd Moellmann <[email protected]>2001-04-09 09:58:37 +0000
commit9f9a5e7a8c7650f0c45404cb8762c5eabc57ba79 (patch)
treef0858962b12ac4b5c7d4b174fc1b1e6276e59c05 /lisp
parent2ab9e3cec6e2a996c8534655b432caa1d97e987f (diff)
(mode-line-modified): Unify help messages.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/bindings.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 87371e343e..7aea13e00c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-09 Gerd Moellmann <[email protected]>
+
+ * bindings.el (mode-line-modified): Unify help messages.
+
2001-04-07 Eli Zaretskii <[email protected]>
* dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 9d203ec908..10a098be30 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -187,7 +187,7 @@ Normally nil in most modes, since there is no process to display.")
(propertize
"%1+"
'help-echo (purecopy (lambda (window object point)
- (format "%sodified: mouse-2 toggles flag"
+ (format "%sodified: mouse-2 toggles"
(save-selected-window
(select-window window)
(if (buffer-modified-p)