diff options
| -rw-r--r-- | doc/lispref/files.texi | 2 |
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 |
| 1239 | The time of last status change as a list of four integers (as above) | 1239 | The 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 |
| 1241 | last change to the file's access mode bits, its owner and group, and | 1241 | last change to the file's access mode bits, its owner and group, and |
| 1242 | other information recorded in the filesystem for the file, beyond the | 1242 | other information recorded in the filesystem for the file, beyond the |
| 1243 | file's contents. | 1243 | file's contents. |