From d97182abe152b089e5ddde14932c9370d5c1ccac Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Mon, 9 Sep 2002 20:28:53 +0000 Subject: [PATCH] (save-some-buffers-action-alist): Use lower case for help string of diff-buffer-with-file. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index 46264e0a526..29da63df7cf 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) -- 2.39.5