# HG changeset patch # User Simon Marshall # Date 793872309 0 # Node ID b70748bfdc90c591674803fd24b034ba9be63ba5 # Parent 06d6b2e179874c68b12dfc45e09a949a95cde8e8 Made revert-buffer message go via substitute-command-keys. diff -r 06d6b2e17987 -r b70748bfdc90 lisp/dired.el --- a/lisp/dired.el Sun Feb 26 22:31:45 1995 +0000 +++ b/lisp/dired.el Mon Feb 27 08:05:09 1995 +0000 @@ -420,7 +420,9 @@ (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)