소스 검색

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 13 년 전
부모
커밋
5d57364256
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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