]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - emacs/notmuch-hello.el
emacs: Change the default thousands separator to a space
[obsolete/notmuch-old] / emacs / notmuch-hello.el
index e6f87f8ae3d81a7af18969a9cd0abc52f2578a61..2f7e17dc0aed79bd6c614768cd35bfcd57ef2fd8 100644 (file)
@@ -132,10 +132,12 @@ So:
          (integer :tag "Number of characters")
          (float :tag "Fraction of window")))
 
-(defcustom notmuch-hello-thousands-separator ","
+(defcustom notmuch-hello-thousands-separator " "
   "The string used as a thousands separator.
 
-Typically \",\" in the US and UK and \".\" in Europe."
+Typically \",\" in the US and UK and \".\" or \" \" in Europe.
+The latter is recommended in the SI/ISO 31-0 standard and by the
+International Bureau of Weights and Measures."
   :group 'notmuch
   :type 'string)