aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2011-02-23 12:25:29 +0100
committerJuanma Barranquero2011-02-23 12:25:29 +0100
commitf1cffc3d52a56eef7ee17392f912f3201a52b5d6 (patch)
tree043eae2981d3fb1a25e7cc9ad3c02da820ca9d35
parent6e81c8191f5e07343d348ed3fbdc9277a1c10cb1 (diff)
downloademacs-f1cffc3d52a56eef7ee17392f912f3201a52b5d6.tar.gz
emacs-f1cffc3d52a56eef7ee17392f912f3201a52b5d6.zip
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 @@
12011-02-23 Juanma Barranquero <lekktu@gmail.com>
2
3 * org-table.el (org-table-current-line-types)
4 (org-table-current-begin-line, org-table-current-begin-pos):
5 Fix typos in docstrings.
6
12010-10-22 Juanma Barranquero <lekktu@gmail.com> 72010-10-22 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * org-exp.el (org-export-visible): Fix typo in docstring. 9 * 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.")
305 "Alist with locations of named fields.") 305 "Alist with locations of named fields.")
306 306
307(defvar org-table-current-line-types nil 307(defvar org-table-current-line-types nil
308 "Table row types, non-nil only for the duration of a comand.") 308 "Table row types, non-nil only for the duration of a command.")
309(defvar org-table-current-begin-line nil 309(defvar org-table-current-begin-line nil
310 "Table begin line, non-nil only for the duration of a comand.") 310 "Table begin line, non-nil only for the duration of a command.")
311(defvar org-table-current-begin-pos nil 311(defvar org-table-current-begin-pos nil
312 "Table begin position, non-nil only for the duration of a comand.") 312 "Table begin position, non-nil only for the duration of a command.")
313(defvar org-table-dlines nil 313(defvar org-table-dlines nil
314 "Vector of data line line numbers in the current table.") 314 "Vector of data line line numbers in the current table.")
315(defvar org-table-hlines nil 315(defvar org-table-hlines nil