# HG changeset patch # User Jim Blandy # Date 737840918 0 # Node ID ca9bf00d4b198da4bf83ded37cac395ca3bf8584 # Parent be10f559ebe49e8284c429c95b2a331aba3eddb3 * xfaces.el (face-equal): Doc fix. diff -r be10f559ebe4 -r ca9bf00d4b19 lisp/faces.el --- 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))