]> git.eshelyaron.com Git - emacs.git/commitdiff
Made revert-buffer message go via substitute-command-keys.
authorSimon Marshall <simon@gnu.org>
Mon, 27 Feb 1995 08:05:09 +0000 (08:05 +0000)
committerSimon Marshall <simon@gnu.org>
Mon, 27 Feb 1995 08:05:09 +0000 (08:05 +0000)
lisp/dired.el

index c3f071021efe51d463bec1eae169fc0daa855e6e..03637103a3453ae7e1be1ef409ab5f7fa2755d8b 100644 (file)
@@ -420,7 +420,9 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
                    (and (= (car (nth 5 attributes)) (car modtime))
                         (= (nth 1 (nth 5 attributes)) (cdr modtime)))))
              nil
-           (message "Directory has changed on disk; type `g' to update Dired")))
+           (message
+            (substitute-command-keys
+             "Directory has changed on disk; type \\[revert-buffer] to update Dired"))))
       ;; Else a new buffer
       (setq default-directory
            (if (file-directory-p dirname)