* Append SUTO-san to the authors list.
[elisp/gnus.git-] / lisp / gnus-logic.el
index 0b14ce0..f345524 100644 (file)
                      ((memq type '(s S string String))
                       'search-forward)
                      (t
-                      (error "Invalid match type: %s" type)))))
+                      (error "Illegal match type: %s" type)))))
          (goto-char (point-min))
          (prog1
              (funcall search-func match nil t)