# HG changeset patch # User Juanma Barranquero # Date 1204544326 0 # Node ID 43421f91b96ed756e48e2c92e996bff414bef69f # Parent f6060b45f42a9ae560c6ea7863932b8359fe867d (face-spec-set): Fix typos in docstring. diff -r f6060b45f42a -r 43421f91b96e lisp/faces.el --- a/lisp/faces.el Mon Mar 03 09:21:14 2008 +0000 +++ b/lisp/faces.el Mon Mar 03 11:38:46 2008 +0000 @@ -1524,7 +1524,7 @@ (defun face-spec-set (face spec &optional for-defface) - "Set FACE's face spec, which controls its appearance, to SPEC> + "Set FACE's face spec, which controls its appearance, to SPEC. If FOR-DEFFACE is t, set the base spec, the one that `defface' and Custom set. (In that case, the caller must put it in the appropriate property, because that depends on the caller.) @@ -1533,7 +1533,7 @@ The appearance of FACE is controlled by the base spec, by any custom theme specs on top of that, and by the -the overriding spec on top of all the rest. +overriding spec on top of all the rest. FOR-DEFFACE can also be a frame, in which case we set the frame-specific attributes of FACE for that frame based on SPEC.