From bcbcd8b839c4a13c230d70cd003c0f7f4100658d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 28 Feb 2012 10:33:34 +0000 Subject: [PATCH] Synch with Ma Gnus (201202281025). --- gnus-ja.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnus-ja.texi b/gnus-ja.texi index 8649441..38a7097 100644 --- a/gnus-ja.texi +++ b/gnus-ja.texi @@ -20643,7 +20643,7 @@ and `gnus-score-decay-scale'." (* (abs score) gnus-score-decay-scale))))))) (if (and (featurep 'xemacs) - ;; XEmacs' floor can handle only the floating point + ;; XEmacs's floor can handle only the floating point ;; number below the half of the maximum integer. (> (abs n) (lsh -1 -2))) (string-to-number -- 1.7.10.4