Index: gnus-util.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/gnus-util.el,v retrieving revision 6.65 diff -u -r6.65 gnus-util.el --- gnus-util.el 3 Feb 2003 19:37:58 -0000 6.65 +++ gnus-util.el 6 Feb 2003 10:03:33 -0000 @@ -965,7 +965,7 @@ `(setq ,alist (delq (,fun ,key ,alist) ,alist)))) (defun gnus-globalify-regexp (re) - "Returns a regexp that matches a whole line, iff RE matches a part of it." + "Returns a regexp that matches a whole line, if RE matches a part of it." (concat (unless (string-match "^\\^" re) "^.*") re (unless (string-match "\\$$" re) ".*$")))