mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
* dired.c (Ffile_attributes): Fix typo in docstring.
This commit is contained in:
parent
bff3818b73
commit
e42cd1a757
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user