diff options
| author | Eli Zaretskii | 2018-09-19 10:08:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-09-19 10:08:03 +0300 |
| commit | 72a2a36654d5f73624986d8f92d7745d58c3d500 (patch) | |
| tree | 48197e7c2438f9f3a74c5ef6a797139ce78329e8 | |
| parent | d4fa83baf5462cfcf61ebbb8c0a0ec584d11c39a (diff) | |
| download | emacs-72a2a36654d5f73624986d8f92d7745d58c3d500.tar.gz emacs-72a2a36654d5f73624986d8f92d7745d58c3d500.zip | |
Improve wording of last change in dired-x.texi
* doc/misc/dired-x.texi (Shell Command Guessing): Clarify
wording in description of 'dired-guess-shell-alist-user'.
Avoid passive tense. (Bug#32733)
| -rw-r--r-- | doc/misc/dired-x.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index d7f3586675c..60915e29962 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -593,7 +593,9 @@ where each @var{command} can either be a string or a Lisp expression | |||
| 593 | that evaluates to a string. If several commands are given, all of | 593 | that evaluates to a string. If several commands are given, all of |
| 594 | them will temporarily be pushed onto the history. | 594 | them will temporarily be pushed onto the history. |
| 595 | 595 | ||
| 596 | A @samp{*} in the shell command is replaced by the file name. | 596 | A @samp{*} in the shell command stands for the file name that matched |
| 597 | @var{regexp}. When Emacs invokes the @var{command}, it replaces each | ||
| 598 | instance of @samp{*} with the matched file name. | ||
| 597 | 599 | ||
| 598 | You can set this variable in your @file{~/.emacs}. For example, | 600 | You can set this variable in your @file{~/.emacs}. For example, |
| 599 | to add rules for @samp{.foo} and @samp{.bar} file extensions, write | 601 | to add rules for @samp{.foo} and @samp{.bar} file extensions, write |