From 26bde865f6cd7bd636029e756c46f80a6ce40574 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 1 Jul 2011 15:37:00 +0200 Subject: [PATCH] (dired-show-file-type): Doc fixup (bug#8818). --- lisp/ChangeLog | 1 + lisp/dired-aux.el | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8893d9da82..4167d86f972 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2011-07-01 Lars Magne Ingebrigtsen * 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). diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index f9c6000a047..c7dd183ba49 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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