diff options
| author | Juanma Barranquero | 2010-04-19 05:06:29 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-04-19 05:06:29 +0200 |
| commit | e42cd1a757d9279644ea6b2dd33927df1eac99f2 (patch) | |
| tree | 0ae2d22a8f560d6889249c9dc08bc63fb9cc7090 /src | |
| parent | bff3818b73bda256f361f8dd57363ef309267786 (diff) | |
| download | emacs-e42cd1a757d9279644ea6b2dd33927df1eac99f2.tar.gz emacs-e42cd1a757d9279644ea6b2dd33927df1eac99f2.zip | |
* dired.c (Ffile_attributes): Fix typo in docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/dired.c | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 71183a31e72..4f97e09f8f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * dired.c (Ffile_attributes): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com> | 5 | 2010-04-13 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2 | 6 | ||
| 3 | * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as | 7 | * 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, | |||
| 939 | Value is nil if specified file cannot be opened. | 939 | Value is nil if specified file cannot be opened. |
| 940 | 940 | ||
| 941 | ID-FORMAT specifies the preferred format of attributes uid and gid (see | 941 | ID-FORMAT specifies the preferred format of attributes uid and gid (see |
| 942 | below) - valid values are 'string and 'integer. The latter is the default, | 942 | below) - valid values are 'string and 'integer. The latter is the |
| 943 | but we plan to change that, so you should specify a non-nil value for | 943 | default, but we plan to change that, so you should specify a non-nil value |
| 944 | ID-FORMAT if you use the returned uid or gid. | 944 | for ID-FORMAT if you use the returned uid or gid. |
| 945 | 945 | ||
| 946 | Elements of the attribute list are: | 946 | Elements of the attribute list are: |
| 947 | 0. t for directory, string (name linked to) for symbolic link, or nil. | 947 | 0. t for directory, string (name linked to) for symbolic link, or nil. |