]> git.eshelyaron.com Git - emacs.git/commitdiff
* dired.el (dired-get-marked-files): Doc fix.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Feb 2014 07:13:14 +0000 (23:13 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 10 Feb 2014 07:13:14 +0000 (23:13 -0800)
Fixes: debbugs:11534
lisp/ChangeLog
lisp/dired.el

index 27b313d7c7889b434ca1c601269cee9340272e50..6a2cdabc1f12800d02e662bae64e45ea93a79ad5 100644 (file)
@@ -1,5 +1,7 @@
 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * dired.el (dired-get-marked-files): Doc fix (bug#11534).
+
        * simple.el (choose-completion): Doc fix (bug#14160).
 
        * subr.el (event-start): Say what a nil EVENT value means.
index ab5611b1d666c6311b74289840200f4b55b3b529..a1a67547717ab4a1f65b934b0c9572b3d4b84f00 100644 (file)
@@ -634,7 +634,7 @@ Optional second argument ARG, if non-nil, specifies files near
  point instead of marked files.  It usually comes from the prefix
  argument.
   If ARG is an integer, use the next ARG files.
-  Any other non-nil value means to use the current file instead.
+  Any other value means to use the current file instead.
 Optional third argument FILTER, if non-nil, is a function to select
   some of the files--those for which (funcall FILTER FILENAME) is non-nil.