From: Markus Rost Date: Mon, 9 Sep 2002 20:28:53 +0000 (+0000) Subject: (save-some-buffers-action-alist): Use lower case for help string of X-Git-Tag: ttn-vms-21-2-B4~13297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d97182abe152b089e5ddde14932c9370d5c1ccac;p=emacs.git (save-some-buffers-action-alist): Use lower case for help string of diff-buffer-with-file. --- 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)