aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-14 16:54:19 +0000
committerEli Zaretskii2001-09-14 16:54:19 +0000
commit773e81c7414cb31c314b6aed201ecbe8b8619bd6 (patch)
tree0ee812741f5144b3c5c65bbb85221cdec06da83a
parented7d6ba4edb564c5124303d66ab46f0e21048147 (diff)
downloademacs-773e81c7414cb31c314b6aed201ecbe8b8619bd6.tar.gz
emacs-773e81c7414cb31c314b6aed201ecbe8b8619bd6.zip
(File Attributes): Document that the device number can also be a cons cell.
-rw-r--r--lispref/files.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/lispref/files.texi b/lispref/files.texi
index c4a20ee6211..30a65e78cd2 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -1104,8 +1104,10 @@ the value has the form @code{(@var{high} . @var{low})}, where @var{low}
1104holds the low 16 bits. 1104holds the low 16 bits.
1105 1105
1106@item 1106@item
1107The file system number of the file system that the file is in. This 1107The file system number of the file system that the file is in.
1108element and the file's inode number together give enough information to 1108Depending on the magnitude of the value, this can be either an integer
1109or a cons cell, in the same manner as the inode number. This element
1110and the file's inode number together give enough information to
1109distinguish any two files on the system---no two files can have the same 1111distinguish any two files on the system---no two files can have the same
1110values for both of these numbers. 1112values for both of these numbers.
1111@end enumerate 1113@end enumerate