+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.
"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