Mercurial > emacs
diff man/display.texi @ 38671:07f962cbdd4e
(Faces): Document that changing the colors of the `default' face
also changes the fore/background colors on all frames. Add a
cross-reference to the description of how to change colors for one
frame only.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Thu, 02 Aug 2001 13:56:54 +0000 |
| parents | 2511f86ea47a |
| children | 5464ee1ba8e2 |
line wrap: on
line diff
--- a/man/display.texi Thu Aug 02 13:54:16 2001 +0000 +++ b/man/display.texi Thu Aug 02 13:56:54 2001 +0000 @@ -67,7 +67,11 @@ with @kbd{M-x set-face-foreground} and @kbd{M-x set-face-background}. These commands prompt in the minibuffer for a face name and a color name, with completion, and then set that face to use the specified -color. +color. Changing the colors of the @code{default} face also changes +the foreground and background colors on all frames, both existing and +those to be created in the future. (You can also set foreground and +background colors for the current frame only; see @ref{Frame +Parameters}.) Emacs 21 can correctly display variable-width fonts, but Emacs commands that calculate width and indentation do not know how to
