diff lisp/files.el @ 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 022e71eb81ad
children a17e6380c624
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)