summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2013-05-18 19:53:29 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2013-05-18 19:54:34 +0200
commitf3c86bc48826905608b71b173ecce122df5944bf (patch)
treebe9e1165f282d45b234cb61773a10a4acd02bbe3
parent7cc982a767a871122ad17082a82422b28f19d0c6 (diff)
downloadorg-mode-f3c86bc48826905608b71b173ecce122df5944bf.tar.gz
org.texi: Fix joke
-rw-r--r--doc/org.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 76eccd8..5c81253 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -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