Mercurial > emacs
changeset 2906:ca9bf00d4b19
* xfaces.el (face-equal): Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 19 May 1993 19:48:38 +0000 |
parents | be10f559ebe4 |
children | d57fe7ef5a9f |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Wed May 19 19:34:12 1993 +0000 +++ b/lisp/faces.el Wed May 19 19:48:38 1993 +0000 @@ -308,7 +308,7 @@ new-face)) (defun face-equal (face1 face2 &optional frame) - "True if the faces FACE1 and FACE2 display in the the same way." + "True if the faces FACE1 and FACE2 display in the same way." (setq face1 (internal-get-face face1 frame) face2 (internal-get-face face2 frame)) (and (equal (face-foreground face1 frame) (face-foreground face2 frame))