From: Eli Zaretskii Date: Wed, 19 Sep 2018 07:08:03 +0000 (+0300) Subject: Improve wording of last change in dired-x.texi X-Git-Tag: emacs-26.1.90~143 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72a2a36654d5f73624986d8f92d7745d58c3d500;p=emacs.git 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) --- 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 that evaluates to a string. If several commands are given, all of them will temporarily be pushed onto the history. -A @samp{*} in the shell command is replaced by the file name. +A @samp{*} in the shell command stands for the file name that matched +@var{regexp}. When Emacs invokes the @var{command}, it replaces each +instance of @samp{*} with the matched file name. You can set this variable in your @file{~/.emacs}. For example, to add rules for @samp{.foo} and @samp{.bar} file extensions, write