summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-22 06:22:30 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-22 06:22:30 +0000
commitae1d659680dbcc8e1056496474740a451d19a0a3 (patch)
treec34bb7f87557c133adbd464029885fe9cab2bd38 /lispref
parent4a5b15c8515d700a3d0de93cac1b96811e9da6a4 (diff)
downloademacs-ae1d659680dbcc8e1056496474740a451d19a0a3.tar.gz
The inode number can be an integer.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/files.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/lispref/files.texi b/lispref/files.texi
index 950eea2c2af..c951456951a 100644
--- a/lispref/files.texi
+++ b/lispref/files.texi
@@ -964,7 +964,10 @@ as in @samp{ls -l}.
deleted and recreated; @code{nil} otherwise.
@item
-The file's inode number.
+The file's inode number. If possible, this is an integer. If the inode
+number is too large to be represented as an integer in Emacs Lisp, then
+the value has the form @code{(@var{high} . @var{low})}, where @var{low}
+holds the low 16 bits.
@item
The file system number of the file system that the file is in. This