changeset 92446:43421f91b96e

(face-spec-set): Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 03 Mar 2008 11:38:46 +0000
parents f6060b45f42a
children 716a2a98d616
files lisp/faces.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.