aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-25 17:28:05 -0400
committerGlenn Morris2012-05-25 17:28:05 -0400
commita5532eb31eed098a37799536f369b0b5235bd5a0 (patch)
tree9db01f40cd315a25186dfe34293ae9e43387f7b0
parent9893229fd65b38e8f6b519550b7e1af491017f76 (diff)
downloademacs-a5532eb31eed098a37799536f369b0b5235bd5a0.tar.gz
emacs-a5532eb31eed098a37799536f369b0b5235bd5a0.zip
Fix typos in previous
-rw-r--r--doc/misc/org.texi2
-rw-r--r--lisp/org/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index c5e59c9c7e8..575b9cbebe6 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -5,7 +5,7 @@
5@settitle The Org Manual 5@settitle The Org Manual
6 6
7@set VERSION 7.8.11 7@set VERSION 7.8.11
8@set DATE mai 2012 8@set DATE May 2012
9 9
10@c Use proper quote and backtick for code sections in PDF output 10@c Use proper quote and backtick for code sections in PDF output
11@c Cf. Texinfo manual 14.2 11@c Cf. Texinfo manual 14.2
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index ec21c5f2470..d282fc556be 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -4,7 +4,7 @@
4 and \there4 were not "prettified" when org-pretty-entities was 4 and \there4 were not "prettified" when org-pretty-entities was
5 enabled. 5 enabled.
6 6
72012-05-235 Nicolas Goaziou <n.goaziou@gmail.com> 72012-05-25 Nicolas Goaziou <n.goaziou@gmail.com>
8 8
9 * org.el (org-font-lock-add-priority-faces): Restrict priorities 9 * org.el (org-font-lock-add-priority-faces): Restrict priorities
10 fontification to headlines and inlinetasks. 10 fontification to headlines and inlinetasks.