Mercurial > emacs
changeset 62968:88922a349851
(face-equal): Improve argument/docstring consistency.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 03 Jun 2005 10:38:05 +0000 |
parents | e908b1c6d405 |
children | 24f25f7c89cd |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))