comparison lispref/files.texi @ 39296:5f4f6cf4a868

(File Attributes): Document that the device number can also be a cons cell.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 14 Sep 2001 16:54:19 +0000
parents fdf780ddf0ae
children 416c492df7c3
comparison
equal deleted inserted replaced
39295:657b4f66d4de 39296:5f4f6cf4a868
1102 number is too large to be represented as an integer in Emacs Lisp, then 1102 number is too large to be represented as an integer in Emacs Lisp, then
1103 the value has the form @code{(@var{high} . @var{low})}, where @var{low} 1103 the value has the form @code{(@var{high} . @var{low})}, where @var{low}
1104 holds the low 16 bits. 1104 holds the low 16 bits.
1105 1105
1106 @item 1106 @item
1107 The file system number of the file system that the file is in. This 1107 The file system number of the file system that the file is in.
1108 element and the file's inode number together give enough information to 1108 Depending on the magnitude of the value, this can be either an integer
1109 or a cons cell, in the same manner as the inode number. This element
1110 and the file's inode number together give enough information to
1109 distinguish any two files on the system---no two files can have the same 1111 distinguish any two files on the system---no two files can have the same
1110 values for both of these numbers. 1112 values for both of these numbers.
1111 @end enumerate 1113 @end enumerate
1112 1114
1113 For example, here are the file attributes for @file{files.texi}: 1115 For example, here are the file attributes for @file{files.texi}: