# HG changeset patch # User Juanma Barranquero # Date 1117795085 0 # Node ID 88922a3498510be724ee2dd12a5093f4c6454be1 # Parent e908b1c6d40540aad983b7c77c13d2c613f767b2 (face-equal): Improve argument/docstring consistency. diff -r e908b1c6d405 -r 88922a349851 lisp/faces.el --- a/lisp/faces.el Fri Jun 03 09:04:04 2005 +0000 +++ b/lisp/faces.el Fri Jun 03 10:38:05 2005 +0000 @@ -231,8 +231,8 @@ (defun face-equal (face1 face2 &optional frame) "Non-nil if faces FACE1 and FACE2 are equal. Faces are considered equal if all their attributes are equal. -If the optional argument FRAME is given, report on face FACE in that frame. -If FRAME is t, report on the defaults for face FACE (for new frames). +If the optional argument FRAME is given, report on FACE1 and FACE2 in that frame. +If FRAME is t, report on the defaults for FACE1 and FACE2 (for new frames). If FRAME is omitted or nil, use the selected frame." (internal-lisp-face-equal-p face1 face2 frame))