diff options
| author | Eli Zaretskii | 2001-11-22 19:37:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-22 19:37:34 +0000 |
| commit | 186e9bcc09419394d4d9e9f19d9b3d83eca63d9e (patch) | |
| tree | ca19b0bd2e428f1b5e95e93fe45204ae509fd48b | |
| parent | 113c2edec1ee92b84e694c27cf1cdd186780975e (diff) | |
| download | emacs-186e9bcc09419394d4d9e9f19d9b3d83eca63d9e.tar.gz emacs-186e9bcc09419394d4d9e9f19d9b3d83eca63d9e.zip | |
Fix cross-references to "Resources".
| -rw-r--r-- | man/cmdargs.texi | 2 | ||||
| -rw-r--r-- | man/display.texi | 2 | ||||
| -rw-r--r-- | man/frames.texi | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index b2fa0647867..fcdf1f98f8b 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -911,7 +911,7 @@ line option: | |||
| 911 | Specify @var{title} as the title for the initial Emacs frame. | 911 | Specify @var{title} as the title for the initial Emacs frame. |
| 912 | @end table | 912 | @end table |
| 913 | 913 | ||
| 914 | The @samp{--name} option (@pxref{Resources X}) also specifies the title | 914 | The @samp{--name} option (@pxref{Resources}) also specifies the title |
| 915 | for the initial Emacs frame. | 915 | for the initial Emacs frame. |
| 916 | 916 | ||
| 917 | @node Icons X | 917 | @node Icons X |
diff --git a/man/display.texi b/man/display.texi index e086a6e55af..a0c4a2fa4cc 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -62,7 +62,7 @@ background color. | |||
| 62 | @findex set-face-background | 62 | @findex set-face-background |
| 63 | To alter the appearance of a face, use the customization buffer. | 63 | To alter the appearance of a face, use the customization buffer. |
| 64 | @xref{Face Customization}. You can also use X resources to specify | 64 | @xref{Face Customization}. You can also use X resources to specify |
| 65 | attributes of particular faces (@pxref{Resources X}). Alternatively, | 65 | attributes of particular faces (@pxref{Resources}). Alternatively, |
| 66 | you can change the foreground and background colors of a specific face | 66 | you can change the foreground and background colors of a specific face |
| 67 | with @kbd{M-x set-face-foreground} and @kbd{M-x set-face-background}. | 67 | with @kbd{M-x set-face-foreground} and @kbd{M-x set-face-background}. |
| 68 | These commands prompt in the minibuffer for a face name and a color | 68 | These commands prompt in the minibuffer for a face name and a color |
diff --git a/man/frames.texi b/man/frames.texi index 9eecd56d99e..c5c84905537 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -690,7 +690,7 @@ Press @kbd{S-Mouse-1} to activate this menu. | |||
| 690 | In Emacs versions that use an X toolkit, the color-setting and | 690 | In Emacs versions that use an X toolkit, the color-setting and |
| 691 | font-setting functions don't affect menus and the menu bar, since they | 691 | font-setting functions don't affect menus and the menu bar, since they |
| 692 | are displayed by their own widget classes. To change the appearance of | 692 | are displayed by their own widget classes. To change the appearance of |
| 693 | the menus and menu bar, you must use X resources (@pxref{Resources X}). | 693 | the menus and menu bar, you must use X resources (@pxref{Resources}). |
| 694 | @xref{Colors X}, regarding colors. @xref{Font X}, regarding choice of | 694 | @xref{Colors X}, regarding colors. @xref{Font X}, regarding choice of |
| 695 | font. | 695 | font. |
| 696 | 696 | ||
| @@ -740,7 +740,7 @@ frames yet to be created. Customize the option @code{scroll-bar-mode} | |||
| 740 | to control the use of scroll bars at startup. You can use it to specify | 740 | to control the use of scroll bars at startup. You can use it to specify |
| 741 | that they are placed at the right of windows if you prefer that. You | 741 | that they are placed at the right of windows if you prefer that. You |
| 742 | can use the X resource @samp{verticalScrollBars} to control the initial | 742 | can use the X resource @samp{verticalScrollBars} to control the initial |
| 743 | setting of Scroll Bar mode similarly. @xref{Resources X}. | 743 | setting of Scroll Bar mode similarly. @xref{Resources}. |
| 744 | 744 | ||
| 745 | @findex toggle-scroll-bar | 745 | @findex toggle-scroll-bar |
| 746 | To enable or disable scroll bars for just the selected frame, use the | 746 | To enable or disable scroll bars for just the selected frame, use the |
| @@ -785,7 +785,7 @@ With no argument, this command toggles Menu Bar mode, a | |||
| 785 | minor mode. With an argument, the command turns Menu Bar mode on if the | 785 | minor mode. With an argument, the command turns Menu Bar mode on if the |
| 786 | argument is positive, off if the argument is not positive. You can use | 786 | argument is positive, off if the argument is not positive. You can use |
| 787 | the X resource @samp{menuBarLines} to control the initial setting of | 787 | the X resource @samp{menuBarLines} to control the initial setting of |
| 788 | Menu Bar mode. @xref{Resources X}. | 788 | Menu Bar mode. @xref{Resources}. |
| 789 | 789 | ||
| 790 | @kindex C-Mouse-3 @r{(when menu bar is disabled)} | 790 | @kindex C-Mouse-3 @r{(when menu bar is disabled)} |
| 791 | Expert users often turn off the menu bar, especially on text-only | 791 | Expert users often turn off the menu bar, especially on text-only |