Преглед на файлове

org-table.el (orgtbl-apply-fmt): Enhance docstring

* ox.el (org-export-table-row-group): Fix typo in docstring.
Bastien Guerry преди 12 години
родител
ревизия
5e8f30f61e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      lisp/ox.el

+ 2 - 2
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)