]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/dired-aux.el (dired-show-file-type): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 3 Nov 2022 09:59:30 +0000 (11:59 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 3 Nov 2022 09:59:30 +0000 (11:59 +0200)
lisp/dired-aux.el

index b62e94fa77a833b0d054ce2e04479f9a93524484..e31951351b6eb2facd12b91490bf029ef3b1ca2b 100644 (file)
@@ -3282,9 +3282,9 @@ REGEXP should use constructs supported by your local `grep' command."
 ;;;###autoload
 (defun dired-show-file-type (file &optional deref-symlinks)
   "Print the type of FILE, according to the `file' command.
-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."
+If you give a prefix argument \\[universal-argument] to this command, and
+FILE is a symbolic link, then the command will print the type
+of the target of the link instead."
   (interactive (list (dired-get-filename t) current-prefix-arg))
   (let (process-file-side-effects)
     (with-temp-buffer