aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-01-13 16:56:20 +0000
committerAndreas Schwab2002-01-13 16:56:20 +0000
commitb544496da20fef03238f8b93f835b06ed99364f0 (patch)
treefc6dd652867e2e26253140e8da698daf24ffafcc
parent8a8e19a31c60474344f575484d359fbd903bfadf (diff)
downloademacs-b544496da20fef03238f8b93f835b06ed99364f0.tar.gz
emacs-b544496da20fef03238f8b93f835b06ed99364f0.zip
(dired-do-shell-command): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/dired-aux.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5f545865af7..37b1f3f8d67 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-01-13 Andreas Schwab <schwab@suse.de>
2
3 * dired-aux.el (dired-do-shell-command): Doc fix.
4
12002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se> 52002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
2 6
3 * startup.el (command-line-x-option-alist): New options "-fs", 7 * startup.el (command-line-x-option-alist): New options "-fs",
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 1b2fc132fc0..8cd7373070e 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -329,7 +329,7 @@ file name added at the end of COMMAND (separated by a space).
329`*' and `?' when not surrounded by whitespace have no special 329`*' and `?' when not surrounded by whitespace have no special
330significance for `dired-do-shell-command', and are passed through 330significance for `dired-do-shell-command', and are passed through
331normally to the shell, but you must confirm first. To pass `*' by 331normally to the shell, but you must confirm first. To pass `*' by
332itself to the shell as a wildcard, type `*""'. 332itself to the shell as a wildcard, type `*\"\"'.
333 333
334If COMMAND produces output, it goes to a separate buffer. 334If COMMAND produces output, it goes to a separate buffer.
335 335