]> git.eshelyaron.com Git - emacs.git/commitdiff
(save-some-buffers-action-alist): Use lower case for help string of
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 9 Sep 2002 20:28:53 +0000 (20:28 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 9 Sep 2002 20:28:53 +0000 (20:28 +0000)
diff-buffer-with-file.

lisp/files.el

index 46264e0a526a99870fcb0760c7ebe35ca5216724..29da63df7cf6e0aff4a5244ded14582b50b4fbcc 100644 (file)
@@ -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)