(face-id): Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-07-09 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* faces.el (face-id): Fix typo.
|
||||
|
||||
2002-07-09 Miles Bader <miles@gnu.org>
|
||||
|
||||
* hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
|
||||
|
||||
@@ -224,7 +224,7 @@ Value is FACE."
|
||||
;; support faces in display table entries.
|
||||
|
||||
(defun face-id (face &optional frame)
|
||||
"Return the interNal ID of face with name FACE.
|
||||
"Return the internal ID of face with name FACE.
|
||||
If optional argument FRAME is nil or omitted, use the selected frame."
|
||||
(check-face face)
|
||||
(get face 'face))
|
||||
|
||||
Reference in New Issue
Block a user