Mercurial > emacs
changeset 47339:460ac585d2a2
(save-some-buffers-action-alist): Use lower case for help string of
diff-buffer-with-file.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 09 Sep 2002 20:28:53 +0000 |
parents | 03f141eea602 |
children | a90945b89c99 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Mon Sep 09 19:41:35 2002 +0000 +++ b/lisp/files.el Mon Sep 09 20:28:53 2002 +0000 @@ -3025,7 +3025,7 @@ nil) "display the current buffer") (?d diff-buffer-with-file - "Show difference to last saved version")) + "show difference to last saved version")) "ACTION-ALIST argument used in call to `map-y-or-n-p'.") (put 'save-some-buffers-action-alist 'risky-local-variable t)