From 0444b2eef62ea3766cf5ae9d41b871b21de860e2 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 22 Jan 2003 03:18:27 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/gnus-art.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 71be935..524ad33 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -594,7 +594,8 @@ The following additional specs are available: :group 'gnus-article-various) (defvar gnus-article-hide-pgp-hook nil) -(make-obsolete-variable 'gnus-article-hide-pgp-hook "" "Gnus 5.10") +(make-obsolete-variable 'gnus-article-hide-pgp-hook + "This variable is obsolote in Gnus 5.10.") (defcustom gnus-article-button-face 'bold "Face used for highlighting buttons in the article buffer. @@ -1013,7 +1014,8 @@ See Info node `(gnus)Customizing Articles' for details." :link '(custom-manual "(gnus)Customizing Articles") :type gnus-article-treat-custom) -(make-obsolete-variable 'gnus-treat-strip-pgp "" "Gnus 5.10") +(make-obsolete-variable 'gnus-treat-strip-pgp + "This option is obsolete in Gnus 5.10.") (defcustom gnus-treat-strip-pem nil "Strip PEM signatures. -- 1.7.10.4