* gnus-win.el (gnus-configure-windows-hook): Fix typo.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 19 Apr 2002 19:30:28 +0000 (19:30 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 19 Apr 2002 19:30:28 +0000 (19:30 +0000)
lisp/ChangeLog
lisp/gnus-win.el

index 6483ffd..5cee7d5 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-win.el (gnus-configure-windows-hook): Fix typo.
+
 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
 
        * message.el (message-gen-unsubscribed-mft): accept a prefix
index 3a1472a..570c27c 100644 (file)
@@ -198,7 +198,7 @@ See the Gnus manual for an explanation of the syntax used.")
 
 (defcustom gnus-configure-windows-hook nil
   "*A hook called when configuring windows."
-  :group 'gnus-windowns
+  :group 'gnus-windows
   :type 'hook)
 
 ;;; Internal variables.