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
736b5829
Commit
736b5829
authored
Jul 24, 2013
by
Glenn Morris
Browse files
* lisp/dired-x.el (dired-mark-extension): Convert comment to doc string.
parent
862f1c9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/dired-x.el
lisp/dired-x.el
+3
-3
No files found.
lisp/ChangeLog
View file @
736b5829
2013-07-24 Glenn Morris <rgm@gnu.org>
* dired-x.el (dired-mark-extension): Convert comment to doc string.
2013-07-20 Glenn Morris <rgm@gnu.org>
* image-dired.el (image-dired-track-original-file):
...
...
lisp/dired-x.el
View file @
736b5829
...
...
@@ -331,9 +331,9 @@ See also the functions:
;; Mark files with some extension.
(defun dired-mark-extension (extension &optional marker-char)
"
Mark
all
files
with
a
certain
EXTENSION
for
use
in
later
commands.
A
`.'
is
*not*
automatically
prepended
to
the
string
entered.
"
;;
EXTENSION may also be a list of extensions instead of a single one.
;;
Optional MARKER-CHAR is marker to use.
A
`.'
is
*not*
automatically
prepended
to
the
string
entered.
EXTENSION
may
also
be
a
list
of
extensions
instead
of
a
single
one.
Optional
MARKER-CHAR
is
marker
to
use.
"
(interactive "
sMarking
extension:
\nP
")
(or (listp extension)
(setq extension (list extension)))
...
...
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