summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-04-07 10:05:13 +0200
committerBastien Guerry <bzg@altern.org>2013-04-07 10:05:13 +0200
commit5e8f30f61e0d586d1a9e70dfb6a940c4e3b89082 (patch)
tree9ffc0d2963aedf61f20a22d4f0b716d3afb2994d
parent3f4028312e538efae5fb38862c7d28ce6a0942e7 (diff)
downloadorg-mode-5e8f30f61e0d586d1a9e70dfb6a940c4e3b89082.tar.gz
org-table.el (orgtbl-apply-fmt): Enhance docstring
* ox.el (org-export-table-row-group): Fix typo in docstring.
-rw-r--r--lisp/ox.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox.el b/lisp/ox.el
index ce297fd..69ac821 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -4375,8 +4375,8 @@ All special rows will be ignored during export."
INFO is a plist used as the communication channel.
-Return value is the group number, as an integer, or nil special
-rows and table rules. Group 1 is also table's header."
+Return value is the group number, as an integer, or nil for
+special rows and table rules. Group 1 is also table's header."
(unless (or (eq (org-element-property :type table-row) 'rule)
(org-export-table-row-is-special-p table-row info))
(let ((group 0) row-flag)