X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fgnus-logic.el;h=f345524b8631a3c020ea94adf7bdd2db8db97417;hb=9b6c272d50c6896583a69d40d9e9b15cabaf4247;hp=0b14ce0f08ebce2e088682e2e2c44504c6ec5ea2;hpb=8cfa576451fc393ec8ad0de58a89a0afd4343fbf;p=elisp%2Fgnus.git- diff --git a/lisp/gnus-logic.el b/lisp/gnus-logic.el index 0b14ce0..f345524 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 "Invalid match type: %s" type))))) + (error "Illegal match type: %s" type))))) (goto-char (point-min)) (prog1 (funcall search-func match nil t)