Mercurial > emacs
changeset 24581:a0b1c8887910
(Ffile_attributes): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 06 Apr 1999 23:41:21 +0000 |
parents | 2d0999df43c7 |
children | 1dc1bccbb4cc |
files | src/dired.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dired.c Tue Apr 06 23:23:23 1999 +0000 +++ b/src/dired.c Tue Apr 06 23:41:21 1999 +0000 @@ -673,7 +673,8 @@ 8. File modes, as a string of ten letters or dashes as in ls -l.\n\ 9. t iff file's gid would change if file were deleted and recreated.\n\ 10. inode number. If inode number is larger than the Emacs integer,\n\ - this is a list of two integers: first the high, then the low 16 bits.\n\ + this is a cons cell containing two integers: first the high part,\n\ + then the low 16 bits.\n\ 11. Device number.\n\ \n\ If file does not exist, returns nil.")