]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc clarification in time-stamp-pattern
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 10:38:28 +0000 (12:38 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 10:38:28 +0000 (12:38 +0200)
* lisp/time-stamp.el (time-stamp-pattern): Try to document what
the examples mean (bug#26335).

lisp/time-stamp.el

index f4236838520b314621772f91b99f74c6e5c4577c..ec6a45cd58b73f0b05890657f43243de5d4f6996 100644 (file)
@@ -223,10 +223,17 @@ The fourth part is a regexp identifying the pattern following the time stamp.
 This part may be omitted to use the normal pattern.
 
 Examples:
-\"-10/\"
-\"-9/^Last modified: %%$\"
-\"@set Time-stamp: %:b %:d, %:y$\"
-\"newcommand{\\\\\\\\timestamp}{%%}\"
+
+\"-10/\" (sets only `time-stamp-line-limit')
+
+\"-9/^Last modified: %%$\" (sets `time-stamp-line-limit',
+`time-stamp-start', `time-stamp-end' and `time-stamp-format')
+
+\"@set Time-stamp: %:b %:d, %:y$\" (sets `time-stamp-start',
+`time-stamp-end' and `time-stamp-format')
+
+\"newcommand{\\\\\\\\timestamp}{%%}\" (sets `time-stamp-start',
+`time-stamp-end' and `time-stamp-format')
 
 Do not change `time-stamp-pattern' `time-stamp-line-limit',
 `time-stamp-start', or `time-stamp-end' for yourself or you will be