emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104849: (dired-show-file-type): Doc


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104849: (dired-show-file-type): Doc fixup (bug#8818).
Date: Fri, 01 Jul 2011 15:37:00 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104849
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 15:37:00 +0200
message:
  (dired-show-file-type): Doc fixup (bug#8818).
modified:
  lisp/ChangeLog
  lisp/dired-aux.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-01 12:48:02 +0000
+++ b/lisp/ChangeLog    2011-07-01 13:37:00 +0000
@@ -1,6 +1,7 @@
 2011-07-01  Lars Magne Ingebrigtsen  <address@hidden>
 
        * 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).

=== modified file 'lisp/dired-aux.el'
--- a/lisp/dired-aux.el 2011-07-01 12:48:02 +0000
+++ b/lisp/dired-aux.el 2011-07-01 13:37:00 +0000
@@ -2493,8 +2493,9 @@
 ;;;###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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]