]> code.delx.au - gnu-emacs/commitdiff
lisp/org/org-table.el: Fix typos in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 23 Feb 2011 11:25:29 +0000 (12:25 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 23 Feb 2011 11:25:29 +0000 (12:25 +0100)
lisp/org/ChangeLog
lisp/org/org-table.el

index 00bbd9e9b79b79d86ad890c9dcb42c785ebf2ca8..8019e4cc093be6ccaca73cc5d960d4ec329f526a 100644 (file)
@@ -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.
index cd87fdab302d206f0229888dfa2a82ad38d4a453..5bef54a928e8931aa711a609ec22fb44dd6c669e 100644 (file)
@@ -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