diff options
| author | Eli Zaretskii | 2007-04-14 12:17:25 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-04-14 12:17:25 +0000 |
| commit | 2a3479e27a9792432080f9b32f4e937835c47d9a (patch) | |
| tree | 508b91eee66ba1dbf852db36854fe1e0825a24be | |
| parent | 863c2674d2587a23fca772fe352829253d217981 (diff) | |
| download | emacs-2a3479e27a9792432080f9b32f4e937835c47d9a.tar.gz emacs-2a3479e27a9792432080f9b32f4e937835c47d9a.zip | |
(Faces): Refer to "Creating Frames" for face and other frame customizations
in .emacs.
| -rw-r--r-- | man/display.texi | 5 |
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 | |||
| 333 | background colors for the current frame only; see @ref{Frame | 333 | background colors for the current frame only; see @ref{Frame |
| 334 | Parameters}.) | 334 | Parameters}.) |
| 335 | 335 | ||
| 336 | If you want to alter the appearance of all Emacs frames, you need to | ||
| 337 | customize the frame parameters in the variable | ||
| 338 | @code{default-frame-alist}; see @ref{Creating Frames, | ||
| 339 | default-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 |
| 337 | that calculate width and indentation do not know how to calculate | 342 | that calculate width and indentation do not know how to calculate |
| 338 | variable widths. This can sometimes lead to incorrect results when | 343 | variable widths. This can sometimes lead to incorrect results when |