summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-04-23 20:53:51 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2012-04-23 20:53:51 +0200
commit374c56bad34488d029216a903e70655ead733005 (patch)
treeef798244dc041a477c33604d1a2a15275a886b9a
parentcd080b025a47eb8cf89497294c62e6740f4094fb (diff)
downloadorg-mode-374c56bad34488d029216a903e70655ead733005.tar.gz
org-table: Fix typo in a docstring
* lisp/org-table.el (org-table-number-fraction): Fix typo.
-rw-r--r--lisp/org-table.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 08981b5..37e5c4f 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -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)