Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
26bde865
Commit
26bde865
authored
Jul 01, 2011
by
Lars Magne Ingebrigtsen
Browse files
(dired-show-file-type): Doc fixup (bug#8818).
parent
c1dccd20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/dired-aux.el
lisp/dired-aux.el
+3
-2
No files found.
lisp/ChangeLog
View file @
26bde865
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).
...
...
lisp/dired-aux.el
View file @
26bde865
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment