aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-09-09 20:28:53 +0000
committerMarkus Rost <[email protected]>2002-09-09 20:28:53 +0000
commitd97182abe152b089e5ddde14932c9370d5c1ccac (patch)
tree542743c9d7a896e82c77c1d41fc6f6e0c1ced2e3 /lisp/files.el
parent50332dc114224d547455c23b6121dd187c1ef910 (diff)
(save-some-buffers-action-alist): Use lower case for help string of
diff-buffer-with-file.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 46264e0a52..29da63df7c 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3025,7 +3025,7 @@ This requires the external program \"diff\" to be in your `exec-path'."
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)