diff options
| author | Eli Zaretskii | 2005-02-05 13:45:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-02-05 13:45:34 +0000 |
| commit | 4a4ef5a0a652d5340364e2bd1a3da81250465ceb (patch) | |
| tree | 968a066b2474be71df513fa9328370803b90e761 | |
| parent | 75f97d20f85691578502a8bf6a2b114c07cc2e91 (diff) | |
| download | emacs-4a4ef5a0a652d5340364e2bd1a3da81250465ceb.tar.gz emacs-4a4ef5a0a652d5340364e2bd1a3da81250465ceb.zip | |
(Frame Parameters): Add an xref to the description
of list-colors-display. Add a pointer to the X docs about colors.
| -rw-r--r-- | man/frames.texi | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/man/frames.texi b/man/frames.texi index 603dfdea252..5c0c42b3d8b 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -650,7 +650,6 @@ whether that feature is also in use for the same buffer name. | |||
| 650 | 650 | ||
| 651 | @node Frame Parameters | 651 | @node Frame Parameters |
| 652 | @section Setting Frame Parameters | 652 | @section Setting Frame Parameters |
| 653 | @cindex colors | ||
| 654 | @cindex Auto-Raise mode | 653 | @cindex Auto-Raise mode |
| 655 | @cindex Auto-Lower mode | 654 | @cindex Auto-Lower mode |
| 656 | 655 | ||
| @@ -664,10 +663,16 @@ window management behavior of the selected frame. | |||
| 664 | @findex set-border-color | 663 | @findex set-border-color |
| 665 | @findex auto-raise-mode | 664 | @findex auto-raise-mode |
| 666 | @findex auto-lower-mode | 665 | @findex auto-lower-mode |
| 666 | @cindex colors | ||
| 667 | @table @kbd | 667 | @table @kbd |
| 668 | @item M-x set-foreground-color @key{RET} @var{color} @key{RET} | 668 | @item M-x set-foreground-color @key{RET} @var{color} @key{RET} |
| 669 | Specify color @var{color} for the foreground of the selected frame. | 669 | Specify color @var{color} for the foreground of the selected frame. |
| 670 | (This also changes the foreground color of the default face.) | 670 | (This also changes the foreground color of the default face.) You can |
| 671 | specify @var{color} either by its symbolic name or by its RGB | ||
| 672 | numerical specification@footnote{ | ||
| 673 | See the X Window System documentation for more details. On a typical | ||
| 674 | GNU or Unix system, the command @kbd{man 7 X} or @kbd{man -s 7 X} will | ||
| 675 | display the X manual page that explains how to specify colors.}. | ||
| 671 | 676 | ||
| 672 | @item M-x set-background-color @key{RET} @var{color} @key{RET} | 677 | @item M-x set-background-color @key{RET} @var{color} @key{RET} |
| 673 | Specify color @var{color} for the background of the selected frame. | 678 | Specify color @var{color} for the background of the selected frame. |
| @@ -685,7 +690,8 @@ Specify color @var{color} for the border of the selected frame. | |||
| 685 | 690 | ||
| 686 | @item M-x list-colors-display | 691 | @item M-x list-colors-display |
| 687 | Display the defined color names and show what the colors look like. | 692 | Display the defined color names and show what the colors look like. |
| 688 | This command is somewhat slow. | 693 | This command is somewhat slow. @xref{Colors, list-colors-display, |
| 694 | Display available colors}. | ||
| 689 | 695 | ||
| 690 | @item M-x auto-raise-mode | 696 | @item M-x auto-raise-mode |
| 691 | Toggle whether or not the selected frame should auto-raise. Auto-raise | 697 | Toggle whether or not the selected frame should auto-raise. Auto-raise |