]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify meaning of '*'
authorRobert Pluim <rpluim@gmail.com>
Fri, 14 Sep 2018 13:57:14 +0000 (15:57 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 14 Sep 2018 13:58:17 +0000 (15:58 +0200)
* doc/misc/dired-x.texi (Shell Command Guessing): Clarify meaning
of '*'. (Bug#32733)

doc/misc/dired-x.texi

index a502667ab8365860cd12a1a74bf1acd99fed462a..d7f3586675c4b0eab9ff7e6beadb90a3dfc58238 100644 (file)
@@ -593,8 +593,7 @@ 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.
 
-If @samp{*} in the shell command, that means to substitute the file
-name.
+A @samp{*} in the shell command is replaced by the 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