+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):
(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.)
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.