diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-01 15:37:00 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-01 15:37:00 +0200 |
commit | 26bde865f6cd7bd636029e756c46f80a6ce40574 (patch) | |
tree | 9c2c8490f1acad56abd948bcfe5e0df08d797a83 /lisp/dired-aux.el | |
parent | c1dccd2068392239eddba4aac6a8aab76c20b99e (diff) | |
download | emacs-26bde865f6cd7bd636029e756c46f80a6ce40574.tar.gz |
(dired-show-file-type): Doc fixup (bug#8818).
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 5 |
1 files changed, 3 insertions, 2 deletions
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 |