aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-08-17 00:22:21 +0000
committerRichard M. Stallman2003-08-17 00:22:21 +0000
commit8968986e578867885dfb3de8d8ca40589d9c893e (patch)
tree80459c82c8b1d15f53c11764c4bd8714cb1b92bb
parent6df73ca3929f58b55a44c87b4a50771eb0b8057d (diff)
downloademacs-8968986e578867885dfb3de8d8ca40589d9c893e.tar.gz
emacs-8968986e578867885dfb3de8d8ca40589d9c893e.zip
(Shell Command Guessing): Explain *.
-rw-r--r--man/dired-x.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/dired-x.texi b/man/dired-x.texi
index a1172019544..b99f01e959e 100644
--- a/man/dired-x.texi
+++ b/man/dired-x.texi
@@ -700,6 +700,9 @@ where each @var{command} can either be a string or a lisp expression
700that evaluates to a string. If several commands are given, all of 700that evaluates to a string. If several commands are given, all of
701them will temporarily be pushed onto the history. 701them will temporarily be pushed onto the history.
702 702
703If @samp{*} in the shell command, that means to substitute the file
704name.
705
703You can set this variable in your @file{~/.emacs}. For example, 706You can set this variable in your @file{~/.emacs}. For example,
704to add rules for @samp{.foo} and @samp{.bar} file extensions, write 707to add rules for @samp{.foo} and @samp{.bar} file extensions, write
705 708