# HG changeset patch # User Markus Rost # Date 1031603333 0 # Node ID 460ac585d2a246e7316dd0cd12a94ee74b1624e8 # Parent 03f141eea60266fdb56cfc70dbd9b4808aed5b48 (save-some-buffers-action-alist): Use lower case for help string of diff-buffer-with-file. diff -r 03f141eea602 -r 460ac585d2a2 lisp/files.el --- 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)