From: Richard M. Stallman Date: Tue, 8 Mar 2005 02:55:39 +0000 (+0000) Subject: (face-id): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~1898 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ae89a1add22207c74e335f2f7a78154c24e348f;p=emacs.git (face-id): Doc fix. --- 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))