diff options
| author | Stephen Gildea | 2025-01-08 10:24:55 -0800 |
|---|---|---|
| committer | Stephen Gildea | 2025-01-08 10:34:04 -0800 |
| commit | ab3cb717a08ef8a9939e38652f25a5ef312c76ce (patch) | |
| tree | 9c84b6fbd4e959c211942b089ec5a4b68a38ff6b | |
| parent | 5c3deffd9f4647e0dff33ffc84a28eb6fedb3012 (diff) | |
| download | emacs-ab3cb717a08ef8a9939e38652f25a5ef312c76ce.tar.gz emacs-ab3cb717a08ef8a9939e38652f25a5ef312c76ce.zip | |
; "time stamp" also can be spelled "timestamp"
* lisp/time-stamp.el (time-stamp):
* doc/emacs/files.texi (Time Stamps): Be findable as "timestamps".
| -rw-r--r-- | doc/emacs/files.texi | 1 | ||||
| -rw-r--r-- | lisp/time-stamp.el | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 620d16ddf11..1d3fc59e3fe 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -996,6 +996,7 @@ File Shadowing is not available on MS Windows. | |||
| 996 | @node Time Stamps | 996 | @node Time Stamps |
| 997 | @subsection Updating Time Stamps Automatically | 997 | @subsection Updating Time Stamps Automatically |
| 998 | @cindex time stamps | 998 | @cindex time stamps |
| 999 | @cindex timestamps | ||
| 999 | @cindex modification dates | 1000 | @cindex modification dates |
| 1000 | @cindex last modified time | 1001 | @cindex last modified time |
| 1001 | 1002 | ||
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index fb3c6cb81da..2aa5ba74dc3 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -307,7 +307,7 @@ See also `time-stamp-count' and `time-stamp-inserts-lines'.") | |||
| 307 | 307 | ||
| 308 | ;;;###autoload | 308 | ;;;###autoload |
| 309 | (defun time-stamp () | 309 | (defun time-stamp () |
| 310 | "Update any time stamp string(s) in the buffer. | 310 | "Update any time stamp strings (timestamps) in the buffer. |
| 311 | Look for a time stamp template and update it with the current date, | 311 | Look for a time stamp template and update it with the current date, |
| 312 | time, and/or other info. | 312 | time, and/or other info. |
| 313 | 313 | ||
| @@ -830,7 +830,7 @@ if they didn't read the documentation)." | |||
| 830 | (standard-form | 830 | (standard-form |
| 831 | (concat | 831 | (concat |
| 832 | "Conversions that are changing are ambiguous and should be replaced by\n" | 832 | "Conversions that are changing are ambiguous and should be replaced by\n" |
| 833 | "stable conversions that makes your intention clear.\n"))) | 833 | "stable conversions that make your intention clear.\n"))) |
| 834 | "\n" | 834 | "\n" |
| 835 | "The following obsolescent `time-stamp-format' conversion(s) were found:\n\n"))))) | 835 | "The following obsolescent `time-stamp-format' conversion(s) were found:\n\n"))))) |
| 836 | (insert old-form " -- use " new-form) | 836 | (insert old-form " -- use " new-form) |