aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/dired-x.texi4
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
593that evaluates to a string. If several commands are given, all of 593that evaluates to a string. If several commands are given, all of
594them will temporarily be pushed onto the history. 594them will temporarily be pushed onto the history.
595 595
596A @samp{*} in the shell command is replaced by the file name. 596A @samp{*} in the shell command stands for the file name that matched
597@var{regexp}. When Emacs invokes the @var{command}, it replaces each
598instance of @samp{*} with the matched file name.
597 599
598You can set this variable in your @file{~/.emacs}. For example, 600You can set this variable in your @file{~/.emacs}. For example,
599to add rules for @samp{.foo} and @samp{.bar} file extensions, write 601to add rules for @samp{.foo} and @samp{.bar} file extensions, write