aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-10-04 22:57:24 -0700
committerPaul Eggert2012-10-04 22:57:24 -0700
commit735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch)
tree94c73a545a14f064a9e30559089769f60dfbbf34 /lisp/org/ChangeLog
parentbe636386220e8a73b57b03572c625fa92bcf199a (diff)
downloademacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz
emacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.zip
Spelling fixes.
Diffstat (limited to 'lisp/org/ChangeLog')
-rw-r--r--lisp/org/ChangeLog12
1 files changed, 3 insertions, 9 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 066ebf3e6e0..ef40c9316cf 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -2079,13 +2079,7 @@
2079 2079
2080 * org-agenda.el (org-agenda-list): Ensures that the list returned 2080 * org-agenda.el (org-agenda-list): Ensures that the list returned
2081 by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before 2081 by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2082 checking if the latter is emtpy. 2082 checking if the latter is empty.
2083
20842012-09-30 Christophe Junke <junke.christophe@gmail.com> (tiny change)
2085
2086 * org-agenda.el (org-agenda-list): Ensure that the list returned
2087 by `org-agenda-add-time-grid-maybe' is appended to `rtnall' before
2088 checking if the latter is emtpy.
2089 2083
20902012-09-30 Christophe Rhodes <csr21@cantab.net> (tiny change) 20842012-09-30 Christophe Rhodes <csr21@cantab.net> (tiny change)
2091 2085
@@ -2691,7 +2685,7 @@
2691 * org-element.el (org-element-paragraph-parser): Fix parsing of 2685 * org-element.el (org-element-paragraph-parser): Fix parsing of
2692 paragraph at the beginning of an item. 2686 paragraph at the beginning of an item.
2693 2687
2694 * org.el (org-mode): Set back comment-start-skip so comment-dwin 2688 * org.el (org-mode): Set back comment-start-skip so comment-dwim
2695 can tell a keyword from a comment. 2689 can tell a keyword from a comment.
2696 2690
2697 * org.el (org-set-autofill-regexps): Install new comment line 2691 * org.el (org-set-autofill-regexps): Install new comment line
@@ -2959,7 +2953,7 @@
2959 2953
2960 * org-capture.el (org-capture-fill-template): Expand %<num> escape 2954 * org-capture.el (org-capture-fill-template): Expand %<num> escape
2961 sequences into text entered for <num>'th %^{PROMPT} escape. 2955 sequences into text entered for <num>'th %^{PROMPT} escape.
2962 2956
2963 * org-capture.el (org-capture-fill-template): Fixed regexp for 2957 * org-capture.el (org-capture-fill-template): Fixed regexp for
2964 %<n> expandos to match any positive integer. 2958 %<n> expandos to match any positive integer.
2965 (org-capture-templates): Updated docstring accordingly. 2959 (org-capture-templates): Updated docstring accordingly.