emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog dired.c


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src ChangeLog dired.c
Date: Thu, 24 Sep 2009 01:04:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/09/24 01:04:29

Modified files:
        src            : ChangeLog dired.c 

Log message:
        * dired.c (Fdirectory_files): Fix typo in docstring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7765&r2=1.7766
http://cvs.savannah.gnu.org/viewcvs/emacs/src/dired.c?cvsroot=emacs&r1=1.166&r2=1.167

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7765
retrieving revision 1.7766
diff -u -b -r1.7765 -r1.7766
--- ChangeLog   23 Sep 2009 18:21:50 -0000      1.7765
+++ ChangeLog   24 Sep 2009 01:04:27 -0000      1.7766
@@ -1,3 +1,7 @@
+2009-09-24  Juanma Barranquero  <address@hidden>
+
+       * dired.c (Fdirectory_files): Fix typo in docstring.
+
 2009-09-23  Adrian Robert  <address@hidden>
 
        * nsterm.m (EV_TIMESTAMP, x_set_window_size)

Index: dired.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dired.c,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -b -r1.166 -r1.167
--- dired.c     13 Jul 2009 20:22:45 -0000      1.166
+++ dired.c     24 Sep 2009 01:04:29 -0000      1.167
@@ -368,7 +368,7 @@
  that are relative to the specified directory.
 If MATCH is non-nil, mention only file names that match the regexp MATCH.
 If NOSORT is non-nil, the list is not sorted--its order is unpredictable.
-  Otherwise, the list returned is sorted with `stringp-lessp'.
+ Otherwise, the list returned is sorted with `string-lessp'.
   NOSORT is useful if you plan to sort the result yourself.  */)
      (directory, full, match, nosort)
      Lisp_Object directory, full, match, nosort;




reply via email to

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