comparison lisp/dired.el @ 47544:55087a54b990

(dired-mark-pop-up): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Sep 2002 01:02:52 +0000
parents c361d424aee2
children 4d9f899a5963
comparison
equal deleted inserted replaced
47543:be6ae2adff50 47544:55087a54b990
2246 Command symbols are `byte-compile', `chgrp', `chmod', `chown', `compress', 2246 Command symbols are `byte-compile', `chgrp', `chmod', `chown', `compress',
2247 `copy', `delete', `hardlink', `load', `move', `print', `shell', `symlink' and 2247 `copy', `delete', `hardlink', `load', `move', `print', `shell', `symlink' and
2248 `uncompress'.") 2248 `uncompress'.")
2249 2249
2250 (defun dired-mark-pop-up (bufname op-symbol files function &rest args) 2250 (defun dired-mark-pop-up (bufname op-symbol files function &rest args)
2251 "Return FUNCTION's result on ARGS after popping up a window 2251 "Return FUNCTION's result on ARGS after showing which files are marked.
2252 \(in a buffer named BUFNAME, nil gives \" *Marked Files*\") showing the marked 2252 Displays the file names in a buffer named BUFNAME;
2253 files. Uses function `dired-pop-to-buffer' to do that. 2253 nil gives \" *Marked Files*\".
2254 FUNCTION should not manipulate files. 2254 This uses function `dired-pop-to-buffer' to do that.
2255 It should only read input (an argument or confirmation). 2255
2256 FUNCTION should not manipulate files, just read input
2257 (an argument or confirmation).
2256 The window is not shown if there is just one file or 2258 The window is not shown if there is just one file or
2257 OP-SYMBOL is a member of the list in `dired-no-confirm'. 2259 OP-SYMBOL is a member of the list in `dired-no-confirm'.
2258 FILES is the list of marked files." 2260 FILES is the list of marked files."
2259 (or bufname (setq bufname " *Marked Files*")) 2261 (or bufname (setq bufname " *Marked Files*"))
2260 (if (or (eq dired-no-confirm t) 2262 (if (or (eq dired-no-confirm t)