time-stamp-end

time-stamp-end is a variable defined in `time-stamp.el'.
Its value is
"\\\\?[\">]"

  • This variable is safe as a file local variable if its value
    satisfies the predicate `stringp'.

Documentation:
Regexp marking the text after the time stamp.
M-x time-stamp deletes the text between the first match of `time-stamp-start'
and the following match of `time-stamp-end', then writes the
time stamp specified by `time-stamp-format' between them.

This value can also be set with the variable `time-stamp-pattern'.

The end text normally starts on the same line as the start text ends,
but if there are any newlines in `time-stamp-format', the same number
of newlines must separate the start and end. M-x time-stamp tries
to not change the number of lines in the buffer. `time-stamp-inserts-lines'
controls this behavior.

Do not change `time-stamp-start', `time-stamp-end', `time-stamp-pattern',
or `time-stamp-inserts-lines' for yourself or you will be incompatible
with other people's files! If you must change them for some application,
do so in the local variables section of the time-stamped file itself.