]> git.eshelyaron.com Git - emacs.git/commitdiff
(Misc Dired Commands): Delete dired-marked-files.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Feb 2005 07:23:36 +0000 (07:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Feb 2005 07:23:36 +0000 (07:23 +0000)
man/dired.texi

index 464aa34c6c23793cfa95682b9c5cbcff5f2a81b0..0390848faf6569d79a4ad847771d86c8ae445239 100644 (file)
@@ -1116,13 +1116,10 @@ marked file.  As a special case, if no prefix argument is given and
 point is on a directory headerline, @kbd{w} gives you the name of that
 directory without looking for marked files.
 
-@vindex dired-marked-files
 The main purpose of the @kbd{w} command is so that you can yank the
 file names into arguments for other Emacs commands.  It also displays
 what was pushed onto the kill ring, so you can use it to display the
-list of currently marked files in the echo area.  It also stores the
-list of names in the variable @code{dired-marked-files}, for use in
-Lisp expressions.
+list of currently marked files in the echo area.
 @end table
 
 @ignore