Parcourir la source

Fixed indentation in capture template doc.

Jason Dunsmore il y a 13 ans
Parent
commit
6a38c1fac3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      doc/org.texi

+ 1 - 1
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.}