]> git.eshelyaron.com Git - emacs.git/commitdiff
* dired.c (Fdirectory_files): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 24 Sep 2009 01:04:27 +0000 (01:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 24 Sep 2009 01:04:27 +0000 (01:04 +0000)
src/ChangeLog
src/dired.c

index 4ace48d949991278a579d22304e5d644997b4f98..9b3447601c062d8e6831837bc2b2ad68c64fd21f 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dired.c (Fdirectory_files): Fix typo in docstring.
+
 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * nsterm.m (EV_TIMESTAMP, x_set_window_size)
        * eval.c (find_handler_clause): Make stack-trace-on-error work in
        batch mode (bug#4228).
 
-2009-09-18  Rob Christie  <robchristie@gmail.com> (tiny change)
+2009-09-18  Rob Christie  <robchristie@gmail.com>  (tiny change)
 
        * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
-       carefully. (Bug #4339)
+       carefully.  (Bug #4339)
 
 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
 
@@ -53,7 +57,7 @@
        (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
        don't update the NSWindow itself.
        (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
-       state detection and store user rect ourselves. (Bug #3581)
+       state detection and store user rect ourselves.  (Bug #3581)
 
        * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
        ns_use_qd_smoothing.
@@ -61,7 +65,7 @@
        * nsfns.m (x_get_string_resource): Ape just-previous changes to other
        platform versions.  Drop support for emacs-20-style face specs.
        (x-close-connection): Drop PSFlush() under OS X.
-       (x-focus-frame): Activate the app first. (Bug #4180)
+       (x-focus-frame): Activate the app first.  (Bug #4180)
 
 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
 
index b71f12ff8464132c225bc6af9c6df34308656e3f..2f0d7993a7602e94b816ea78246a15e90ecbaccf 100644 (file)
@@ -368,8 +368,8 @@ If FULL is non-nil, return absolute file names.  Otherwise return names
  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;
 {