# HG changeset patch # User Juanma Barranquero # Date 1271646389 -7200 # Node ID 2604d177b63082e430e0a475f3b164b2542d9f85 # Parent 7d805250c222f7002a6dd7c1ab1881ed9762b7a3 * dired.c (Ffile_attributes): Fix typo in docstring. diff -r 7d805250c222 -r 2604d177b630 src/ChangeLog --- 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 + + * dired.c (Ffile_attributes): Fix typo in docstring. + 2010-04-13 Adrian Robert * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as diff -r 7d805250c222 -r 2604d177b630 src/dired.c --- 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.