Importing Pterodactyl Gnus v0.89.
[elisp/gnus.git-] / lisp / gnus-logic.el
index f345524..0b14ce0 100644 (file)
                      ((memq type '(s S string String))
                       'search-forward)
                      (t
-                      (error "Illegal match type: %s" type)))))
+                      (error "Invalid match type: %s" type)))))
          (goto-char (point-min))
          (prog1
              (funcall search-func match nil t)