]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-mark-pop-up): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Sep 2002 01:03:43 +0000 (01:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Sep 2002 01:03:43 +0000 (01:03 +0000)
lisp/ChangeLog
lisp/dired.el

index 6e36e788d6a4e53c86261ab7e3302c259a5fec0d..c49a5fbfcf8b0d32d899857f629597c3711e988e 100644 (file)
@@ -1,3 +1,10 @@
+2002-09-18  Richard M. Stallman  <rms@gnu.org>
+
+       * dired.el (dired-mark-pop-up): Doc fix.
+
+       * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
+       definition straight into loaddefs.el as well as executing it here.
+
 2002-09-18  Colin Walters  <walters@debian.org>
 
        * calc/calc.el (calc-mode): Add font-lock-defontify to
index f8d5fc03883206f3c70448a52c2c25d3689edcba..de414e0fdc5a44dab6e6946b632091927fee1caf 100644 (file)
@@ -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."