summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Dunsmore <jasondunsmore@gmail.com>2012-05-04 14:57:34 -0500
committerJason Dunsmore <jasondunsmore@gmail.com>2012-05-04 14:57:34 -0500
commit6a38c1fac319ea9fb82fd6aacf7ffb631e7a500b (patch)
treee357e529f7064fd5e18525b6d1f8372e929ecb7e
parent67f9bbb7fab7de7b762de2db288347d7571964cc (diff)
downloadorg-mode-6a38c1fac319ea9fb82fd6aacf7ffb631e7a500b.tar.gz
Fixed indentation in capture template doc.
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 25330a9..8b981dc 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -6675,7 +6675,7 @@ dynamic insertion of content. The templates are expanded in the order given her
@smallexample
%[@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.}
- @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.}
%t @r{Timestamp, date only.}
%T @r{Timestamp, with date and time.}