diff src/dired.c @ 105168:ef22b4450c43

* dired.c (Fdirectory_files): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 24 Sep 2009 01:04:27 +0000
parents 6e6bdce4716b
children 4d2aa5860e37
line wrap: on
line diff
--- a/src/dired.c	Wed Sep 23 23:58:40 2009 +0000
+++ b/src/dired.c	Thu Sep 24 01:04:27 2009 +0000
@@ -368,8 +368,8 @@
  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'.
-  NOSORT is useful if you plan to sort the result yourself.  */)
+ 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;
 {