aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/time-stamp.el15
1 files changed, 11 insertions, 4 deletions
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el
index f4236838520..ec6a45cd58b 100644
--- a/lisp/time-stamp.el
+++ b/lisp/time-stamp.el
@@ -223,10 +223,17 @@ The fourth part is a regexp identifying the pattern following the time stamp.
223This part may be omitted to use the normal pattern. 223This part may be omitted to use the normal pattern.
224 224
225Examples: 225Examples:
226\"-10/\" 226
227\"-9/^Last modified: %%$\" 227\"-10/\" (sets only `time-stamp-line-limit')
228\"@set Time-stamp: %:b %:d, %:y$\" 228
229\"newcommand{\\\\\\\\timestamp}{%%}\" 229\"-9/^Last modified: %%$\" (sets `time-stamp-line-limit',
230`time-stamp-start', `time-stamp-end' and `time-stamp-format')
231
232\"@set Time-stamp: %:b %:d, %:y$\" (sets `time-stamp-start',
233`time-stamp-end' and `time-stamp-format')
234
235\"newcommand{\\\\\\\\timestamp}{%%}\" (sets `time-stamp-start',
236`time-stamp-end' and `time-stamp-format')
230 237
231Do not change `time-stamp-pattern' `time-stamp-line-limit', 238Do not change `time-stamp-pattern' `time-stamp-line-limit',
232`time-stamp-start', or `time-stamp-end' for yourself or you will be 239`time-stamp-start', or `time-stamp-end' for yourself or you will be