From: Reiner Steib Date: Sun, 21 Dec 2008 22:47:45 +0000 (+0000) Subject: (gnus-before-startup-hook): Fix doc string. Reported X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=17059f3e79b63e4308d3e83f5607e9a8717a2b56;p=gnus (gnus-before-startup-hook): Fix doc string. Reported by Stephen Berman . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 568583e5d..0e26d6045 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-12-21 Reiner Steib + + * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported + by Stephen Berman . + 2008-12-18 Katsumi Yamaoka * mm-util.el (mm-substring-no-properties): New function. @@ -10,6 +15,7 @@ 2008-12-18 Reiner Steib * mml.el (mml-attach-file): Strip text properties from file name. + (Bug#1574) 2008-12-16 Glenn Morris diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 773f8203e..be05ebb76 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -392,7 +392,7 @@ This hook is called after Gnus is connected to the NNTP server." :type 'hook) (defcustom gnus-before-startup-hook nil - "A hook called at before startup. + "A hook called before startup. This hook is called as the first thing when Gnus is started." :group 'gnus-start :type 'hook)