diff options
| author | Juanma Barranquero | 2011-02-23 12:25:29 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-02-23 12:25:29 +0100 |
| commit | f1cffc3d52a56eef7ee17392f912f3201a52b5d6 (patch) | |
| tree | 043eae2981d3fb1a25e7cc9ad3c02da820ca9d35 | |
| parent | 6e81c8191f5e07343d348ed3fbdc9277a1c10cb1 (diff) | |
| download | emacs-f1cffc3d52a56eef7ee17392f912f3201a52b5d6.tar.gz emacs-f1cffc3d52a56eef7ee17392f912f3201a52b5d6.zip | |
lisp/org/org-table.el: Fix typos in docstrings.
| -rw-r--r-- | lisp/org/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/org/org-table.el | 6 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2010-10-22 Juanma Barranquero <lekktu@gmail.com> | 7 | 2010-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 |