# HG changeset patch # User Richard M. Stallman # Date 923442081 0 # Node ID a0b1c888791037fb09bf03226a1f5433388e9b88 # Parent 2d0999df43c733d71ed8dc1b582e268d82101fcd (Ffile_attributes): Doc fix. diff -r 2d0999df43c7 -r a0b1c8887910 src/dired.c --- 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.")