aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/files.texi1
-rw-r--r--lisp/time-stamp.el4
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.
311Look for a time stamp template and update it with the current date, 311Look for a time stamp template and update it with the current date,
312time, and/or other info. 312time, 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)