Changes committed gnus/lisp (ChangeLog gnus-start.el)

"Reiner Steib" <[email protected]> Sun, 21 Dec 2008 23:47:46 +0100
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog gnus-start.el

(gnus-before-startup-hook): Fix doc string.  Reported
by Stephen Berman <[email protected]>.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1948 gnus/lisp/ChangeLog:7.1949
--- ChangeLog:7.1948	Fri Dec 19 03:50:37 2008
+++ ChangeLog	Sun Dec 21 23:47:45 2008
@@ -1,3 +1,8 @@
+2008-12-21  Reiner Steib  <[email protected]>
+
+	* gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
+	by Stephen Berman <[email protected]>.
+
 2008-12-18  Katsumi Yamaoka  <[email protected]>
 
 	* mm-util.el (mm-substring-no-properties): New function.
@@ -10,6 +15,7 @@
 2008-12-18  Reiner Steib  <[email protected]>
 
 	* mml.el (mml-attach-file): Strip text properties from file name.
+	(Bug#1574)
 
 2008-12-16  Glenn Morris  <[email protected]>
 
Index: gnus-start.el
diff -u gnus/lisp/gnus-start.el:7.68 gnus/lisp/gnus-start.el:7.69
--- gnus-start.el:7.68	Mon Dec 15 20:38:22 2008
+++ gnus-start.el	Sun Dec 21 23:47:45 2008
@@ -392,7 +392,7 @@
   :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)