diff options
| author | Gerd Moellmann | 2001-04-09 09:58:37 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-09 09:58:37 +0000 |
| commit | 9f9a5e7a8c7650f0c45404cb8762c5eabc57ba79 (patch) | |
| tree | f0858962b12ac4b5c7d4b174fc1b1e6276e59c05 | |
| parent | 2ab9e3cec6e2a996c8534655b432caa1d97e987f (diff) | |
| download | emacs-9f9a5e7a8c7650f0c45404cb8762c5eabc57ba79.tar.gz emacs-9f9a5e7a8c7650f0c45404cb8762c5eabc57ba79.zip | |
(mode-line-modified): Unify help messages.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/bindings.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 87371e343e2..7aea13e00cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-04-09 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * bindings.el (mode-line-modified): Unify help messages. | ||
| 4 | |||
| 1 | 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3. | 7 | * 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.") | |||
| 187 | (propertize | 187 | (propertize |
| 188 | "%1+" | 188 | "%1+" |
| 189 | 'help-echo (purecopy (lambda (window object point) | 189 | 'help-echo (purecopy (lambda (window object point) |
| 190 | (format "%sodified: mouse-2 toggles flag" | 190 | (format "%sodified: mouse-2 toggles" |
| 191 | (save-selected-window | 191 | (save-selected-window |
| 192 | (select-window window) | 192 | (select-window window) |
| 193 | (if (buffer-modified-p) | 193 | (if (buffer-modified-p) |