* doc/emacs/files.texi (Time Stamp Customization): Typo.

This commit is contained in:
Stephen Gildea 2025-04-25 18:37:39 -07:00
parent d824b66c24
commit 1f520db97b

View file

@ -1090,7 +1090,7 @@ type @kbd{M-x normal-mode} to re-read them.
Here is another example, with the time stamp inserted into Here is another example, with the time stamp inserted into
the last paragraph of an HTML document. the last paragraph of an HTML document.
Since this template is at the end of the document, not in the first Since this template is at the end of the document, not in the first
eight lines, @code{time-stamp-format} starts with @code{-10/} to tell eight lines, @code{time-stamp-pattern} starts with @code{-10/} to tell
@code{time-stamp} to look at the last 10 lines. @code{time-stamp} to look at the last 10 lines.
The @code{%%} asks for the default format The @code{%%} asks for the default format
(specified by @code{time-stamp-format}). (specified by @code{time-stamp-format}).