summaryrefslogtreecommitdiff
path: root/lisp/org/org-table.el
diff options
context:
space:
mode:
authorBastien Guerry <bastien1@free.fr>2012-04-26 19:30:04 +0200
committerBastien Guerry <bastien1@free.fr>2012-04-26 19:30:04 +0200
commit2f885dcacb7fdc09700705e15b7741988d2ad70f (patch)
tree732aebeaaa8f884d077ec812e0ecb31285ab6845 /lisp/org/org-table.el
parent2a12997ca97ac8cf0e44657e01c53ab51de497d0 (diff)
downloademacs-2f885dcacb7fdc09700705e15b7741988d2ad70f.tar.gz
Sync with Org git commit 374c56b.
Diffstat (limited to 'lisp/org/org-table.el')
-rw-r--r--lisp/org/org-table.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index 08981b57e49..37e5c4f91a6 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/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)