From: Eli Zaretskii Date: Fri, 14 Sep 2001 16:49:13 +0000 (+0000) Subject: (Ffile_attributes): Doc fix. X-Git-Tag: emacs-pretest-21.0.106~110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61984904270a2e2148e85d162f96e97284f74cad;p=emacs.git (Ffile_attributes): Doc fix. --- diff --git a/src/dired.c b/src/dired.c index 19150967560..83447a6de06 100644 --- a/src/dired.c +++ b/src/dired.c @@ -826,7 +826,8 @@ Otherwise, list elements are:\n\ 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)