aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-09-19 01:03:43 +0000
committerRichard M. Stallman <[email protected]>2002-09-19 01:03:43 +0000
commit8421685fdfa899a016d9878fdc2dca47cce337d4 (patch)
tree630077985f71e5115ae44bd20010b501c3beb33a /lisp/dired.el
parenta6b194caa85681196684f092d779590ff005afb8 (diff)
(dired-mark-pop-up): Doc fix.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el12
1 files changed, 7 insertions, 5 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index f8d5fc0388..de414e0fdc 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -2248,11 +2248,13 @@ Command symbols are `byte-compile', `chgrp', `chmod', `chown', `compress',
`uncompress'.")
(defun dired-mark-pop-up (bufname op-symbol files function &rest args)
- "Return FUNCTION's result on ARGS after popping up a window
-\(in a buffer named BUFNAME, nil gives \" *Marked Files*\") showing the marked
-files. Uses function `dired-pop-to-buffer' to do that.
- FUNCTION should not manipulate files.
- It should only read input (an argument or confirmation).
+ "Return FUNCTION's result on ARGS after showing which files are marked.
+Displays the file names in a buffer named BUFNAME;
+ nil gives \" *Marked Files*\".
+This uses function `dired-pop-to-buffer' to do that.
+
+FUNCTION should not manipulate files, just read input
+ (an argument or confirmation).
The window is not shown if there is just one file or
OP-SYMBOL is a member of the list in `dired-no-confirm'.
FILES is the list of marked files."