changeset 60495:8e1bab51992b

(face-id): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 08 Mar 2005 02:55:39 +0000
parents 73ec37ea31ce
children 3a569489ffdb
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))