; "time stamp" also can be spelled "timestamp"

* lisp/time-stamp.el (time-stamp):
* doc/emacs/files.texi (Time Stamps): Be findable as "timestamps".
This commit is contained in:
Stephen Gildea 2025-01-08 10:24:55 -08:00
parent 5c3deffd9f
commit ab3cb717a0
2 changed files with 3 additions and 2 deletions

View file

@ -996,6 +996,7 @@ File Shadowing is not available on MS Windows.
@node Time Stamps
@subsection Updating Time Stamps Automatically
@cindex time stamps
@cindex timestamps
@cindex modification dates
@cindex last modified time

View file

@ -307,7 +307,7 @@ See also `time-stamp-count' and `time-stamp-inserts-lines'.")
;;;###autoload
(defun time-stamp ()
"Update any time stamp string(s) in the buffer.
"Update any time stamp strings (timestamps) in the buffer.
Look for a time stamp template and update it with the current date,
time, and/or other info.
@ -830,7 +830,7 @@ if they didn't read the documentation)."
(standard-form
(concat
"Conversions that are changing are ambiguous and should be replaced by\n"
"stable conversions that makes your intention clear.\n")))
"stable conversions that make your intention clear.\n")))
"\n"
"The following obsolescent `time-stamp-format' conversion(s) were found:\n\n")))))
(insert old-form " -- use " new-form)