Mercurial > emacs
diff src/dired.c @ 39294:e1f4b9b93c45
(Ffile_attributes): Doc fix.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 14 Sep 2001 16:49:13 +0000 |
| parents | 42fdd3d4d1ff |
| children | 670f23724a65 |
line wrap: on
line diff
--- 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)
