From: Juanma Barranquero Date: Wed, 23 Feb 2011 11:25:29 +0000 (+0100) Subject: lisp/org/org-table.el: Fix typos in docstrings. X-Git-Tag: emacs-23.3~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1cffc3d52a56eef7ee17392f912f3201a52b5d6;p=emacs.git lisp/org/org-table.el: Fix typos in docstrings. --- 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 + + * 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 * 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