Fixed indentation in capture template doc.
This commit is contained in:
parent
67f9bbb7fa
commit
6a38c1fac3
|
@ -6675,7 +6675,7 @@ dynamic insertion of content. The templates are expanded in the order given her
|
||||||
@smallexample
|
@smallexample
|
||||||
%[@var{file}] @r{Insert the contents of the file given by @var{file}.}
|
%[@var{file}] @r{Insert the contents of the file given by @var{file}.}
|
||||||
%(@var{sexp}) @r{Evaluate Elisp @var{sexp} and replace with the result.}
|
%(@var{sexp}) @r{Evaluate Elisp @var{sexp} and replace with the result.}
|
||||||
@r{The sexp must return a string.}
|
@r{The sexp must return a string.}
|
||||||
%<...> @r{The result of format-time-string on the ... format specification.}
|
%<...> @r{The result of format-time-string on the ... format specification.}
|
||||||
%t @r{Timestamp, date only.}
|
%t @r{Timestamp, date only.}
|
||||||
%T @r{Timestamp, with date and time.}
|
%T @r{Timestamp, with date and time.}
|
||||||
|
|
Loading…
Reference in New Issue