]> code.delx.au - gnu-emacs/commitdiff
(Ffile_attributes): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 Apr 1999 23:41:21 +0000 (23:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 Apr 1999 23:41:21 +0000 (23:41 +0000)
src/dired.c

index a11ec5bc8d801f34519c9b32eecb60e04e14a215..da965c356e6bdf5e9bb05fee8beaeece0190f2a9 100644 (file)
@@ -673,7 +673,8 @@ Otherwise, list elements are:\n\
  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.")