Mercurial > emacs
changeset 39294:e1f4b9b93c45
(Ffile_attributes): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 14 Sep 2001 16:49:13 +0000 |
parents | 1e91a5f60ae6 |
children | 657b4f66d4de |
files | src/dired.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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)