comparison lisp/faces.el @ 60495:8e1bab51992b

(face-id): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 08 Mar 2005 02:55:39 +0000
parents 82eaf594d12a
children d4014c213e7e 48ba3f89c89f 29e773288013
comparison
equal deleted inserted replaced
60494:73ec37ea31ce 60495:8e1bab51992b
223 ;; of realized faces. The ID assigned to Lisp faces is used to 223 ;; of realized faces. The ID assigned to Lisp faces is used to
224 ;; support faces in display table entries. 224 ;; support faces in display table entries.
225 225
226 (defun face-id (face &optional frame) 226 (defun face-id (face &optional frame)
227 "Return the internal ID of face with name FACE. 227 "Return the internal ID of face with name FACE.
228 If optional argument FRAME is nil or omitted, use the selected frame." 228 The optional argument FRAME is ignored, since the internal face ID
229 of a face name is the same for all frames."
229 (check-face face) 230 (check-face face)
230 (get face 'face)) 231 (get face 'face))
231 232
232 233
233 (defun face-equal (face1 face2 &optional frame) 234 (defun face-equal (face1 face2 &optional frame)