diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dired.c b/src/dired.c index 97fefaefffd..fd5f142d0b5 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -861,6 +861,14 @@ below) - valid values are `string' and `integer'. The latter is the | |||
| 861 | default, but we plan to change that, so you should specify a non-nil value | 861 | default, but we plan to change that, so you should specify a non-nil value |
| 862 | for ID-FORMAT if you use the returned uid or gid. | 862 | for ID-FORMAT if you use the returned uid or gid. |
| 863 | 863 | ||
| 864 | To access the elements returned, the following access functions are | ||
| 865 | provided: `file-attribute-type', `file-attribute-link-number', | ||
| 866 | `file-attribute-user-id', `file-attribute-group-id', | ||
| 867 | `file-attribute-access-time', `file-attribute-modification-time', | ||
| 868 | `file-attribute-status-change-time', `file-attribute-size', | ||
| 869 | `file-attribute-modes', `file-attribute-inode-number', and | ||
| 870 | `file-attribute-device-number'. | ||
| 871 | |||
| 864 | Elements of the attribute list are: | 872 | Elements of the attribute list are: |
| 865 | 0. t for directory, string (name linked to) for symbolic link, or nil. | 873 | 0. t for directory, string (name linked to) for symbolic link, or nil. |
| 866 | 1. Number of links to file. | 874 | 1. Number of links to file. |