]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-show-file-type): Doc fixup (bug#8818).
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 1 Jul 2011 13:37:00 +0000 (15:37 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 1 Jul 2011 13:37:00 +0000 (15:37 +0200)
lisp/ChangeLog
lisp/dired-aux.el

index a8893d9da82a0658436ed6757eccf84223df3539..4167d86f9723038e37213c6f48dc82278ebb7765 100644 (file)
@@ -1,6 +1,7 @@
 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * dired-aux.el (dired-diff): Doc fixup (bug#8816).
+       (dired-show-file-type): Doc fixup (bug#8818).
 
        * dired.el (dired-mode): Fix up the doc string as suggested by
        Drew Adams (bug#8817).
index f9c6000a0476caa84e74ea0bdba16b6da23b15fe..c7dd183ba49dce532b55c58a4bcbb07a7592b307 100644 (file)
@@ -2493,8 +2493,9 @@ with the command \\[tags-loop-continue]."
 ;;;###autoload
 (defun dired-show-file-type (file &optional deref-symlinks)
   "Print the type of FILE, according to the `file' command.
-If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is
-true then the type of the file linked to by FILE is printed instead."
+If you give a prefix to this command, and FILE is a symbolic
+link, then the type of the file linked to by FILE is printed
+instead."
   (interactive (list (dired-get-filename t) current-prefix-arg))
   (let (process-file-side-effects)
     (with-temp-buffer