X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fgnus-logic.el;h=0b14ce0f08ebce2e088682e2e2c44504c6ec5ea2;hb=0bcb697113fbd45da5bc46de153b55b17ff14b00;hp=f345524b8631a3c020ea94adf7bdd2db8db97417;hpb=82300762c3419b73fc2e994b14e3d520fe88b0a9;p=elisp%2Fgnus.git- diff --git a/lisp/gnus-logic.el b/lisp/gnus-logic.el index f345524..0b14ce0 100644 --- a/lisp/gnus-logic.el +++ b/lisp/gnus-logic.el @@ -218,7 +218,7 @@ ((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)