Explorar el Código

Merge branch 'maint'

Nicolas Goaziou hace 12 años
padre
commit
b617d407ed
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      doc/org.texi

+ 3 - 3
doc/org.texi

@@ -11119,11 +11119,11 @@ Becomes:
 @end example
 
 Special blocks that do not correspond to HTML5 elements (see
-@code{org-html-html5-elements}) will revert to the usual behavior,
-i.e. @code{#+BEGIN_LEDERHOSEN} will still export to @samp{<div class="lederhosen">}.
+@code{org-html-html5-elements}) will revert to the usual behavior, i.e.,
+@code{#+BEGIN_LEDERHOSEN} will still export to @samp{<div class="lederhosen">}.
 
 Headlines cannot appear within special blocks.  To wrap a headline and its
-contents in e.g. @samp{<section>} or @samp{<article>} tags, set the
+contents in e.g., @samp{<section>} or @samp{<article>} tags, set the
 @code{HTML_CONTAINER} property on the headline itself.
 
 @node HTML preamble and postamble