diff --git a/lisp/faces.el b/lisp/faces.el index 4eb7db8015f..4b6d3812d2d 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -430,7 +430,7 @@ also the same size as FACE on FRAME." (if face (error "no fonts match `%S'." pattern) (error "no fonts matching pattern are the same size as `%s'." - pattern face))) + face))) (car fonts)) (cdr (assq 'font (frame-parameters (selected-frame))))))