diff options
| author | Eli Zaretskii | 2016-09-24 18:10:42 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-09-24 18:10:42 +0300 |
| commit | 5ee56c4613e9380dbbe4bbaa97b29dd377e2134c (patch) | |
| tree | f6e73dd63278de7976a029673c6f7060208bd0bc /doc | |
| parent | 6ddcb0f10fb2b3c6c6a31733b28f7fbb30637ac2 (diff) | |
| download | emacs-5ee56c4613e9380dbbe4bbaa97b29dd377e2134c.tar.gz emacs-5ee56c4613e9380dbbe4bbaa97b29dd377e2134c.zip | |
Fix 'dired-mark-extension' with prefix argument
* lisp/dired-x.el (dired-mark-extension): Allow to specify
MARKER-CHAR interactively as a string, not as a character's
codepoint. (Bug#24518)
* doc/misc/dired-x.texi (Advanced Mark Commands): Document the
behavior when invoked with a prefix arg.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/dired-x.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index 474dd0a5208..2391852ca0f 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -710,7 +710,8 @@ variable @code{window-min-height}. | |||
| 710 | @findex dired-mark-extension | 710 | @findex dired-mark-extension |
| 711 | Mark all files with a certain extension for use in later commands. A @samp{.} | 711 | Mark all files with a certain extension for use in later commands. A @samp{.} |
| 712 | is not automatically prepended to the string entered, you must type it | 712 | is not automatically prepended to the string entered, you must type it |
| 713 | explicitly. | 713 | explicitly. If invoked with a prefix argument, this command asks for |
| 714 | a character to use as the marker. | ||
| 714 | 715 | ||
| 715 | When called from Lisp, @var{extension} may also be a list of extensions | 716 | When called from Lisp, @var{extension} may also be a list of extensions |
| 716 | and an optional argument @var{marker-char} specifies the marker used. | 717 | and an optional argument @var{marker-char} specifies the marker used. |