From: Glenn Morris Date: Fri, 4 Mar 2016 17:41:14 +0000 (-0500) Subject: * doc/lispref/files.texi (File Attributes): Fix typo. X-Git-Tag: emacs-26.0.90~2370 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f9b4fa783ef94d41c7c5410efc15e9b26865577;p=emacs.git * doc/lispref/files.texi (File Attributes): Fix typo. --- 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. @item The time of last status change as a list of four integers (as above) -(code{file-attribute-status-change-time}). This is the time of the +(@code{file-attribute-status-change-time}). This is the time of the last change to the file's access mode bits, its owner and group, and other information recorded in the filesystem for the file, beyond the file's contents.