summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-23 21:42:23 +0200
committerBastien Guerry <bzg@altern.org>2012-04-23 21:42:23 +0200
commit312dbb63cbcfc43efcc613d68dbb1876843f0f00 (patch)
tree249165ec0bbacb4caddea7181801dab8d3eb49e8
parent687766c9220b367d7fe131cb273a25d4e3ac0231 (diff)
parent9743a2ca3decf4807b40f6c3702f54cdc9d5f653 (diff)
downloadorg-mode-312dbb63cbcfc43efcc613d68dbb1876843f0f00.tar.gz
Merge branch 'master' of orgmode.org:org-mode
-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 19996f7..31387ca 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)