]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-x.el (dired-omit-here-always): Correct error message
authorGlenn Morris <rgm@gnu.org>
Wed, 16 Mar 2016 21:38:27 +0000 (17:38 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Mar 2016 21:38:27 +0000 (17:38 -0400)
for 2016-01-25 change.

lisp/dired-x.el

index 84de13d7ef9ba7328e11c46fa544c27fc7cc11e8..088ca81ed8d6c8f2c0a6c22f8685ee3625abad5f 100644 (file)
@@ -816,7 +816,7 @@ If in a Dired buffer, reverts it."
   (interactive)
   (if (file-exists-p dired-local-variables-file)
       (error "Old-style dired-local-variables-file `./%s' found;
-replace it with a dir-locals-file `./%s.el'"
+replace it with a dir-locals-file `./%s'"
              dired-local-variables-file
              dir-locals-file))
   (if (file-exists-p dir-locals-file)