Explorar o código

Clarified to capture template expansion doc.

Jason Dunsmore %!s(int64=13) %!d(string=hai) anos
pai
achega
67f9bbb7fa
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      doc/org.texi

+ 1 - 0
doc/org.texi

@@ -6675,6 +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 result of format-time-string on the ... format specification.}
 %t          @r{Timestamp, date only.}
 %T          @r{Timestamp, with date and time.}