changeset 107976:2604d177b630

* dired.c (Ffile_attributes): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 Apr 2010 05:06:29 +0200
parents 7d805250c222
children 17966fd41dcf 6a2e327273fe 370b10d642d7
files src/ChangeLog src/dired.c
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Apr 18 23:24:22 2010 +0000
+++ b/src/ChangeLog	Mon Apr 19 05:06:29 2010 +0200
@@ -1,3 +1,7 @@
+2010-04-19  Juanma Barranquero  <lekktu@gmail.com>
+
+	* dired.c (Ffile_attributes): Fix typo in docstring.
+
 2010-04-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
 	* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as
--- a/src/dired.c	Sun Apr 18 23:24:22 2010 +0000
+++ b/src/dired.c	Mon Apr 19 05:06:29 2010 +0200
@@ -939,9 +939,9 @@
 Value is nil if specified file cannot be opened.
 
 ID-FORMAT specifies the preferred format of attributes uid and gid (see
-below) - valid values are 'string and 'integer. The latter is the default,
-but we plan to change that, so you should specify a non-nil value for
-ID-FORMAT if you use the returned uid or gid.
+below) - valid values are 'string and 'integer.  The latter is the
+default, but we plan to change that, so you should specify a non-nil value
+for ID-FORMAT if you use the returned uid or gid.
 
 Elements of the attribute list are:
  0. t for directory, string (name linked to) for symbolic link, or nil.