From a1792b9b011a626f139b09294a244d0fa14d74a9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 3 Mar 2008 11:43:21 +0000 Subject: [PATCH] (face-spec-set): Fix typos in docstring. --- lisp/ChangeLog | 5 ++++- lisp/faces.el | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c3dd53ce45..2b7f66f3a15 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-03-03 Juanma Barranquero + + * faces.el (face-spec-set): Fix typos in docstring. + 2008-03-03 Dan Nicolaescu * bindings.el (mode-line-column-line-number-mode-map): New variable. @@ -10282,7 +10286,6 @@ (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): diff --git a/lisp/faces.el b/lisp/faces.el index bea4527017d..aae7951e92f 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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. -- 2.39.5