From: Simon Marshall Date: Mon, 27 Feb 1995 08:05:09 +0000 (+0000) Subject: Made revert-buffer message go via substitute-command-keys. X-Git-Tag: emacs-19.34~5013 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c759a12159801857090e53f84a8f283446292b1d;p=emacs.git Made revert-buffer message go via substitute-command-keys. --- diff --git a/lisp/dired.el b/lisp/dired.el index c3f071021ef..03637103a34 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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)