From: Juanma Barranquero Date: Mon, 19 Apr 2010 03:06:29 +0000 (+0200) Subject: * dired.c (Ffile_attributes): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.1.96~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e42cd1a757d9279644ea6b2dd33927df1eac99f2;p=emacs.git * dired.c (Ffile_attributes): Fix typo in docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 71183a31e72..4f97e09f8f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/dired.c b/src/dired.c index 951969be0a4..d4b0ff20db2 100644 --- a/src/dired.c +++ b/src/dired.c @@ -939,9 +939,9 @@ DEFUN ("file-attributes", Ffile_attributes, Sfile_attributes, 1, 2, 0, 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.