diff options
| author | Miles Bader | 2007-08-13 13:41:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-13 13:41:28 +0000 |
| commit | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch) | |
| tree | 7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/dired.c | |
| parent | 031b6333283be57d971e557b83da31c6be937b0a (diff) | |
| parent | 9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff) | |
| download | emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index 22283b66ea0..1fb5387268a 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -916,7 +916,7 @@ Elements of the attribute list are: | |||
| 916 | 7. Size in bytes. | 916 | 7. Size in bytes. |
| 917 | This is a floating point number if the size is too large for an integer. | 917 | This is a floating point number if the size is too large for an integer. |
| 918 | 8. File modes, as a string of ten letters or dashes as in ls -l. | 918 | 8. File modes, as a string of ten letters or dashes as in ls -l. |
| 919 | 9. t iff file's gid would change if file were deleted and recreated. | 919 | 9. t if file's gid would change if file were deleted and recreated. |
| 920 | 10. inode number. If inode number is larger than the Emacs integer, | 920 | 10. inode number. If inode number is larger than the Emacs integer, |
| 921 | this is a cons cell containing two integers: first the high part, | 921 | this is a cons cell containing two integers: first the high part, |
| 922 | then the low 16 bits. | 922 | then the low 16 bits. |