Sfoglia il codice sorgente

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.
Bastien Guerry 12 anni fa
parent
commit
5d57364256
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      lisp/org-table.el

+ 2 - 1
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