From 9f9a5e7a8c7650f0c45404cb8762c5eabc57ba79 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 9 Apr 2001 09:58:37 +0000 Subject: [PATCH] (mode-line-modified): Unify help messages. --- lisp/ChangeLog | 4 ++++ lisp/bindings.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87371e343e2..7aea13e00cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-04-09 Gerd Moellmann + + * bindings.el (mode-line-modified): Unify help messages. + 2001-04-07 Eli Zaretskii * 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 9d203ec9088..10a098be306 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) -- 2.39.5