From e67e2b5a637f23c7d663282826d1059973041963 Mon Sep 17 00:00:00 2001 From: Jesper Harder Date: Mon, 12 May 2003 21:01:29 +0000 Subject: [PATCH] Docstring fix. --- lisp/ChangeLog | 4 ++++ lisp/gnus.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0fec7ae3a..6f6a35078 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-05-12 Colin Marquardt (tiny change) + + * gnus.el (gnus-agent): Docstring fix. + 2003-05-12 Teodor Zlatanov * gnus-registry.el (gnus-registry-install): new variable diff --git a/lisp/gnus.el b/lisp/gnus.el index 8e2b44fd2..18a911b4e 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -2153,7 +2153,7 @@ covered by that variable." (defcustom gnus-agent t "Whether we want to use the Gnus agent or not. -Putting (gnus-agentize) in ~/.gnus is obsolete by (setq gnus-agent t)." +Putting (gnus-agentize) in ~/.gnus is obsoleted by (setq gnus-agent t)." :version "21.3" :group 'gnus-agent :type 'boolean) -- 2.34.1