1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(dired-show-file-type): Doc fixup (bug#8818).

This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-01 15:37:00 +02:00
parent c1dccd2068
commit 26bde865f6
2 changed files with 4 additions and 2 deletions

View 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).

View 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