# HG changeset patch # User Eli Zaretskii # Date 1000486153 0 # Node ID e1f4b9b93c45fddf1eeb06f02811bef469589469 # Parent 1e91a5f60ae6e9669b5774447566106de33ed1ea (Ffile_attributes): Doc fix. diff -r 1e91a5f60ae6 -r e1f4b9b93c45 src/dired.c --- a/src/dired.c Fri Sep 14 16:45:57 2001 +0000 +++ b/src/dired.c Fri Sep 14 16:49:13 2001 +0000 @@ -826,7 +826,8 @@ 10. inode number. If inode number is larger than the Emacs integer,\n\ this is a cons cell containing two integers: first the high part,\n\ then the low 16 bits.\n\ -11. Device number.\n\ +11. Device number. If it is larger than the Emacs integer, this is\n\ + a cons cell, similar to the inode number.\n\ \n\ If file does not exist, returns nil.") (filename)