aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2012-04-01 17:43:32 -0700
committerPaul Eggert2012-04-01 17:43:32 -0700
commit7bd20f915b94b9467c596b105f1a49d3fe77936b (patch)
treece3f267765590728cbff8e8c97ccda1ca8e534ec /lisp
parent8c5c03ba38aa7022f9b5a9538297cb04aa5612cc (diff)
downloademacs-7bd20f915b94b9467c596b105f1a49d3fe77936b.tar.gz
emacs-7bd20f915b94b9467c596b105f1a49d3fe77936b.zip
Spelling fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/org/ChangeLog2
-rw-r--r--lisp/org/org-table.el2
-rw-r--r--lisp/org/org.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index a7c2e0dbd66..d1e7af37375 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -562,7 +562,7 @@
562 dysfunctional routine. This possibly has crept in because of the 562 dysfunctional routine. This possibly has crept in because of the
563 broken merges between "maint" and "origin" branches. 563 broken merges between "maint" and "origin" branches.
564 (org-odt-begin-table): Don't emit an empty paragraph when a table is 564 (org-odt-begin-table): Don't emit an empty paragraph when a table is
565 neither labelled or captioned. 565 neither labeled nor captioned.
566 (org-odt-init-outfile): Remove reference to an unused variable. 566 (org-odt-init-outfile): Remove reference to an unused variable.
567 567
5682012-04-01 Viktor Rosenfeld <listuser36@googlemail.com> 5682012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index 9018bb4043b..62c24c2e35b 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -2931,7 +2931,7 @@ known that the table will be realigned a little later anyway."
2931 2931
2932(defun org-table-iterate (&optional arg) 2932(defun org-table-iterate (&optional arg)
2933 "Recalculate the table until it does not change anymore. 2933 "Recalculate the table until it does not change anymore.
2934The maximun number of iterations is 10, but you can choose a different value 2934The maximum number of iterations is 10, but you can choose a different value
2935with the prefix ARG." 2935with the prefix ARG."
2936 (interactive "P") 2936 (interactive "P")
2937 (let ((imax (if arg (prefix-numeric-value arg) 10)) 2937 (let ((imax (if arg (prefix-numeric-value arg) 10))
diff --git a/lisp/org/org.el b/lisp/org/org.el
index b7dcc0c3f1a..d238c072341 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -20477,7 +20477,7 @@ beyond the end of the headline."
20477 (t refpos))))) 20477 (t refpos)))))
20478 ((org-at-item-p) 20478 ((org-at-item-p)
20479 ;; Being at an item and not looking at an the item means point 20479 ;; Being at an item and not looking at an the item means point
20480 ;; was previously moved to beginning of a visual line, whiche 20480 ;; was previously moved to beginning of a visual line, which
20481 ;; doesn't contain the item. Therefore, do nothing special, 20481 ;; doesn't contain the item. Therefore, do nothing special,
20482 ;; just stay here. 20482 ;; just stay here.
20483 (when (looking-at org-list-full-item-re) 20483 (when (looking-at org-list-full-item-re)