aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/files.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 8a6cb7beaad..f3650a4556f 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -1237,7 +1237,7 @@ the file's contents were modified.
1237 1237
1238@item 1238@item
1239The time of last status change as a list of four integers (as above) 1239The time of last status change as a list of four integers (as above)
1240(code{file-attribute-status-change-time}). This is the time of the 1240(@code{file-attribute-status-change-time}). This is the time of the
1241last change to the file's access mode bits, its owner and group, and 1241last change to the file's access mode bits, its owner and group, and
1242other information recorded in the filesystem for the file, beyond the 1242other information recorded in the filesystem for the file, beyond the
1243file's contents. 1243file's contents.