org.texi: Fix joke

This commit is contained in:
Nicolas Goaziou 2013-05-18 19:53:29 +02:00
parent 7cc982a767
commit f3c86bc488
1 changed files with 2 additions and 2 deletions

View File

@ -11632,7 +11632,7 @@ environment's opening string. For example:
#+ATTR_LATEX: :options [Proof of important theorem]
#+BEGIN_PROOF
...
Therefore, any natural number above 4 is the sum of two primes.
Therefore, any even number greater than 2 is the sum of two primes.
#+END_PROOF
@end example
@ -11642,7 +11642,7 @@ becomes
@example
\begin@{proof@}[Proof of important theorem]
...
Therefore, any natural number above 4 is the sum of two primes.
Therefore, any even number greater than 2 is the sum of two primes.
\end@{proof@}
@end example