emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/faces.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el,v
Date: Mon, 03 Mar 2008 11:38:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/03/03 11:38:46

Index: faces.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/faces.el,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -b -r1.394 -r1.395
--- faces.el    22 Feb 2008 23:34:57 -0000      1.394
+++ faces.el    3 Mar 2008 11:38:46 -0000       1.395
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]