# HG changeset patch # User Richard M. Stallman # Date 1110250539 0 # Node ID 8e1bab51992b6ec88c9b3379f3532577de03bdc2 # Parent 73ec37ea31ce5005fed6edba4a47a1f8df3db946 (face-id): Doc fix. diff -r 73ec37ea31ce -r 8e1bab51992b lisp/faces.el --- a/lisp/faces.el Tue Mar 08 02:46:08 2005 +0000 +++ b/lisp/faces.el Tue Mar 08 02:55:39 2005 +0000 @@ -225,7 +225,8 @@ (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))