From ac4c2e6b4de4e639a7d3e045b78acc96544842ca Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 10 May 2000 09:35:14 +0000 Subject: [PATCH] Fix make-obsolete for internal-get-face. --- lisp/faces.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/faces.el b/lisp/faces.el index 36d95cafe71..67df06d0900 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -170,7 +170,7 @@ This function is defined for compatibility with Emacs 20.2. It should not be used anymore." (or (internal-find-face name frame) (check-face name))) -(make-obsolete 'internal-find-face "See `facep' and `check-face'.") +(make-obsolete 'internal-get-face "See `facep' and `check-face'.") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -1725,7 +1725,7 @@ created." (defun x-resolve-font-name (pattern &optional face frame) "Return a font name matching PATTERN. -All wildcards in PATTERN become substantiated. +All wildcards in PATTERN are instantiated. If PATTERN is nil, return the name of the frame's base font, which never contains wildcards. Given optional arguments FACE and FRAME, return a font which is -- 2.39.5