From 9ae89a1add22207c74e335f2f7a78154c24e348f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 8 Mar 2005 02:55:39 +0000 Subject: [PATCH] (face-id): Doc fix. --- lisp/faces.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index e448ab4f13d..8bcf9901a81 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -225,7 +225,8 @@ Value is FACE." (defun face-id (face &optional frame) "Return the internal ID of face with name FACE. -If optional argument FRAME is nil or omitted, use the selected frame." +The optional argument FRAME is ignored, since the internal face ID +of a face name is the same for all frames." (check-face face) (get face 'face)) -- 2.39.2