summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-21 18:31:12 +0200
committerBastien Guerry <bzg@altern.org>2012-08-21 18:31:12 +0200
commit5d5736425638c0dbad99c191c3dba54db57f1adc (patch)
tree3d0e585cad97410584b322895c02987038c32814
parentcd5fa2396ca98584ce55559b8e35bb545a1ecb68 (diff)
downloadorg-mode-5d5736425638c0dbad99c191c3dba54db57f1adc.tar.gz
org-table.el: Minor docstring update
* org-table.el (org-table-number-regexp): Update the docstring to show an example of a decimal number using the comma as a separation mark.
-rw-r--r--lisp/org-table.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index b8875c0..69433b6 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -121,7 +121,8 @@ 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 2.4e-08 2x10^12 4.034+-0.02 2.7(10) >3.5
+
+ 12 12.2 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