summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-27 17:55:05 +0200
committerBastien Guerry <bzg@altern.org>2012-08-27 17:55:05 +0200
commit97e4d643a8674d768b38fa718ecb5d0614590077 (patch)
treed71ba5f8ac16f605aec57e93ae894545bc69da70
parent424f3ecedbea0117fb7008e686a897276936a1d7 (diff)
downloadorg-mode-97e4d643a8674d768b38fa718ecb5d0614590077.tar.gz
Revert "org-table.el: Minor docstring update"
This reverts commit 5d5736425638c0dbad99c191c3dba54db57f1adc.
-rw-r--r--lisp/org-table.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 8c65880..b81a45a 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -121,8 +121,7 @@ The default value of this option is a regular expression which allows
anything which looks remotely like a number as used in scientific
context. For example, all of the following will be considered a
number:
-
- 12 12.2 12,2 2.4e-08 2x10^12 4.034+-0.02 2.7(10) >3.5
+ 12 12.2 2.4e-08 2x10^12 4.034+-0.02 2.7(10) >3.5
Other options offered by the customize interface are more restrictive."
:group 'org-table-settings