comparison 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
comparison
equal deleted inserted replaced
39293:1e91a5f60ae6 39294:e1f4b9b93c45
824 8. File modes, as a string of ten letters or dashes as in ls -l.\n\ 824 8. File modes, as a string of ten letters or dashes as in ls -l.\n\
825 9. t iff file's gid would change if file were deleted and recreated.\n\ 825 9. t iff file's gid would change if file were deleted and recreated.\n\
826 10. inode number. If inode number is larger than the Emacs integer,\n\ 826 10. inode number. If inode number is larger than the Emacs integer,\n\
827 this is a cons cell containing two integers: first the high part,\n\ 827 this is a cons cell containing two integers: first the high part,\n\
828 then the low 16 bits.\n\ 828 then the low 16 bits.\n\
829 11. Device number.\n\ 829 11. Device number. If it is larger than the Emacs integer, this is\n\
830 a cons cell, similar to the inode number.\n\
830 \n\ 831 \n\
831 If file does not exist, returns nil.") 832 If file does not exist, returns nil.")
832 (filename) 833 (filename)
833 Lisp_Object filename; 834 Lisp_Object filename;
834 { 835 {