aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2011-11-20 04:48:53 +0100
committerJuanma Barranquero <[email protected]>2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /lisp/org
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
Fix typos.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog14
-rw-r--r--lisp/org/org-table.el2
2 files changed, 10 insertions, 6 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 477daf7553..4f4fbf0f93 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-20 Juanma Barranquero <[email protected]>
+
+ * org-table.el (org-table-line-to-dline): Fix typo.
+
2011-11-16 Juanma Barranquero <[email protected]>
* org-agenda.el (org-agenda-add-entry-text-descriptive-links)
@@ -6185,8 +6189,8 @@
2010-11-11 Carsten Dominik <[email protected]>
* org-indent.el (org-indent-add-properties):
- Use `with-silent-modificatons'.
- (org-indent-remove-properties): Use `with-silent-modificatons'.
+ Use `with-silent-modifications'.
+ (org-indent-remove-properties): Use `with-silent-modifications'.
2010-11-11 Carsten Dominik <[email protected]>
@@ -13637,7 +13641,7 @@
2009-08-06 Carsten Dominik <[email protected]>
* org.el (org-remove-empty-overlays-at)
- (org-clean-visibility-after-subtree-move): New functons.
+ (org-clean-visibility-after-subtree-move): New functions.
(org-move-subtree-down): Simplify cleanup of display.
2009-08-06 Carsten Dominik <[email protected]>
@@ -15201,7 +15205,7 @@
* org-exp.el (org-export-as-html): Use IDs in the correct way.
- * org.el (org-uuidgen-p): New funtion.
+ * org.el (org-uuidgen-p): New function.
* org-agenda.el (org-agenda-fontify-priorities): New default value
`cookies'.
@@ -17067,7 +17071,7 @@
(org-file-apps-defaults-macosx): Let PostScript files be opened by
preview.
(org-time-stamp-inactive): Call `org-time-stamp'.
- (org-time-stamp): New argument `inactive'. Also edit inacive
+ (org-time-stamp): New argument `inactive'. Also edit inactive
stamps. Convert time stamp type.
(org-open-file): Interpret the `default' value for the `command'
in `org-file-apps'.
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index 7272384542..92c14f4cd5 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -1302,7 +1302,7 @@ However, when FORCE is non-nil, create new columns if necessary."
(defun org-table-line-to-dline (line &optional above)
"Turn a buffer line number into a data line number.
If there is no data line in this line, return nil.
-If there is no matching dline (most likely te refrence was a hline), the
+If there is no matching dline (most likely the reference was a hline), the
first dline below it is used. When ABOVE is non-nil, the one above is used."
(catch 'exit
(let ((ll (length org-table-dlines))