summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-02-23 12:25:29 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-02-23 12:25:29 +0100
commitf1cffc3d52a56eef7ee17392f912f3201a52b5d6 (patch)
tree043eae2981d3fb1a25e7cc9ad3c02da820ca9d35
parent6e81c8191f5e07343d348ed3fbdc9277a1c10cb1 (diff)
downloademacs-f1cffc3d52a56eef7ee17392f912f3201a52b5d6.tar.gz
lisp/org/org-table.el: Fix typos in docstrings.
-rw-r--r--lisp/org/ChangeLog6
-rw-r--r--lisp/org/org-table.el6
2 files changed, 9 insertions, 3 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 00bbd9e9b79..8019e4cc093 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-23 Juanma Barranquero <lekktu@gmail.com>
+
+ * org-table.el (org-table-current-line-types)
+ (org-table-current-begin-line, org-table-current-begin-pos):
+ Fix typos in docstrings.
+
2010-10-22 Juanma Barranquero <lekktu@gmail.com>
* org-exp.el (org-export-visible): Fix typo in docstring.
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index cd87fdab302..5bef54a928e 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -305,11 +305,11 @@ outside the table.")
"Alist with locations of named fields.")
(defvar org-table-current-line-types nil
- "Table row types, non-nil only for the duration of a comand.")
+ "Table row types, non-nil only for the duration of a command.")
(defvar org-table-current-begin-line nil
- "Table begin line, non-nil only for the duration of a comand.")
+ "Table begin line, non-nil only for the duration of a command.")
(defvar org-table-current-begin-pos nil
- "Table begin position, non-nil only for the duration of a comand.")
+ "Table begin position, non-nil only for the duration of a command.")
(defvar org-table-dlines nil
"Vector of data line line numbers in the current table.")
(defvar org-table-hlines nil