org-table: Fix typo in a docstring

* lisp/org-table.el (org-table-number-fraction): Fix typo.
This commit is contained in:
Nicolas Goaziou 2012-04-23 20:53:51 +02:00
parent cd080b025a
commit 374c56bad3

View file

@ -135,8 +135,8 @@ Other options offered by the customize interface are more restrictive."
(defcustom org-table-number-fraction 0.5
"Fraction of numbers in a column required to make the column align right.
In a column all non-white fields are considered. If at least this
fraction of fields is matched by `org-table-number-fraction',
In a column all non-white fields are considered. If at least
this fraction of fields is matched by `org-table-number-regexp',
alignment to the right border applies."
:group 'org-table-settings
:type 'number)