aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-04-14 12:17:25 +0000
committerEli Zaretskii2007-04-14 12:17:25 +0000
commit2a3479e27a9792432080f9b32f4e937835c47d9a (patch)
tree508b91eee66ba1dbf852db36854fe1e0825a24be
parent863c2674d2587a23fca772fe352829253d217981 (diff)
downloademacs-2a3479e27a9792432080f9b32f4e937835c47d9a.tar.gz
emacs-2a3479e27a9792432080f9b32f4e937835c47d9a.zip
(Faces): Refer to "Creating Frames" for face and other frame customizations
in .emacs.
-rw-r--r--man/display.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi
index 020721fb462..43fd4654ca9 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -333,6 +333,11 @@ those to be created in the future. (You can also set foreground and
333background colors for the current frame only; see @ref{Frame 333background colors for the current frame only; see @ref{Frame
334Parameters}.) 334Parameters}.)
335 335
336 If you want to alter the appearance of all Emacs frames, you need to
337customize the frame parameters in the variable
338@code{default-frame-alist}; see @ref{Creating Frames,
339default-frame-alist}.
340
336 Emacs can correctly display variable-width fonts, but Emacs commands 341 Emacs can correctly display variable-width fonts, but Emacs commands
337that calculate width and indentation do not know how to calculate 342that calculate width and indentation do not know how to calculate
338variable widths. This can sometimes lead to incorrect results when 343variable widths. This can sometimes lead to incorrect results when