emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116394: * dired.el (dired-get-marked-files): Doc fi


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116394: * dired.el (dired-get-marked-files): Doc fix.
Date: Mon, 10 Feb 2014 07:14:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116394
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/11534
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2014-02-09 23:13:14 -0800
message:
  * dired.el (dired-get-marked-files): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/dired.el                  dired.el-20091113204419-o5vbwnq5f7feedwu-482
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-10 06:58:34 +0000
+++ b/lisp/ChangeLog    2014-02-10 07:13:14 +0000
@@ -1,5 +1,7 @@
 2014-02-10  Lars Ingebrigtsen  <address@hidden>
 
+       * 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.

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2014-02-10 01:34:22 +0000
+++ b/lisp/dired.el     2014-02-10 07:13:14 +0000
@@ -634,7 +634,7 @@
  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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]