]> git.eshelyaron.com Git - emacs.git/commitdiff
(face-spec-set): Fix typos in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 3 Mar 2008 11:43:21 +0000 (11:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 3 Mar 2008 11:43:21 +0000 (11:43 +0000)
lisp/ChangeLog
lisp/faces.el

index 8c3dd53ce45236bface91f5f0901e3ee140b5af6..2b7f66f3a15d6d513d306066ba8b31649a34c870 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
+
+       * faces.el (face-spec-set): Fix typos in docstring.
+
 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * bindings.el (mode-line-column-line-number-mode-map): New variable.
        (tramp-version, tramp-bug, tramp-reporter-dump-variable)
        (tramp-load-report-modules, tramp-append-tramp-buffers):
        Move to tramp-cmds.el.
-
        * net/tramp-fish.el (tramp-fish-handle-copy-file)
        (tramp-fish-do-copy-or-rename-file)
        (tramp-fish-do-copy-or-rename-file-directly):
index bea4527017d6c1bde8520c14e4d18f7fb70709ea..aae7951e92f9d359a02d95dfc05ff941e6739381 100644 (file)
@@ -1524,7 +1524,7 @@ If SPEC is nil, return nil."
 
 
 (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 @@ If FOR-DEFFACE is nil, set the overriding spec (and store it
 
 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.