# HG changeset patch # User Richard M. Stallman # Date 1032397372 0 # Node ID 55087a54b990e4e4b3dbbe4469968509ddbddf49 # Parent be6ae2adff5041dd34e212eb74bf459af1ec3a31 (dired-mark-pop-up): Doc fix. diff -r be6ae2adff50 -r 55087a54b990 lisp/dired.el --- a/lisp/dired.el Thu Sep 19 01:02:06 2002 +0000 +++ b/lisp/dired.el Thu Sep 19 01:02:52 2002 +0000 @@ -2248,11 +2248,13 @@ `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."