From: yamaoka Date: Thu, 12 Sep 2002 03:24:55 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_8-04-quimby~46 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=121e982267adc1bfb067b553953ad405e4b3bd28;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a65a7d2..e49bf1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-09-12 Katsumi Yamaoka + From John Paul Wallington . + + * gnus.el (gnus-visual, gnus-meta): Fix typo. + 2002-09-11 Katsumi Yamaoka * gnus-art.el (gnus-article-address-banner-alist): Doc fix. diff --git a/lisp/gnus.el b/lisp/gnus.el index a488577..13212cd 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -223,7 +223,7 @@ ;; Other (defgroup gnus-visual nil - "Options controling the visual fluff." + "Options controlling the visual fluff." :group 'gnus :group 'faces) @@ -258,7 +258,7 @@ :group 'gnus) (defgroup gnus-meta nil - "Meta variables controling major portions of Gnus. + "Meta variables controlling major portions of Gnus. In general, modifying these variables does not take affect until Gnus is restarted, and sometimes reloaded." :group 'gnus)