aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-22 19:37:34 +0000
committerEli Zaretskii2001-11-22 19:37:34 +0000
commit186e9bcc09419394d4d9e9f19d9b3d83eca63d9e (patch)
treeca19b0bd2e428f1b5e95e93fe45204ae509fd48b
parent113c2edec1ee92b84e694c27cf1cdd186780975e (diff)
downloademacs-186e9bcc09419394d4d9e9f19d9b3d83eca63d9e.tar.gz
emacs-186e9bcc09419394d4d9e9f19d9b3d83eca63d9e.zip
Fix cross-references to "Resources".
-rw-r--r--man/cmdargs.texi2
-rw-r--r--man/display.texi2
-rw-r--r--man/frames.texi6
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:
911Specify @var{title} as the title for the initial Emacs frame. 911Specify @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
915for the initial Emacs frame. 915for 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
65attributes of particular faces (@pxref{Resources X}). Alternatively, 65attributes of particular faces (@pxref{Resources}). Alternatively,
66you can change the foreground and background colors of a specific face 66you can change the foreground and background colors of a specific face
67with @kbd{M-x set-face-foreground} and @kbd{M-x set-face-background}. 67with @kbd{M-x set-face-foreground} and @kbd{M-x set-face-background}.
68These commands prompt in the minibuffer for a face name and a color 68These 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
691font-setting functions don't affect menus and the menu bar, since they 691font-setting functions don't affect menus and the menu bar, since they
692are displayed by their own widget classes. To change the appearance of 692are displayed by their own widget classes. To change the appearance of
693the menus and menu bar, you must use X resources (@pxref{Resources X}). 693the 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
695font. 695font.
696 696
@@ -740,7 +740,7 @@ frames yet to be created. Customize the option @code{scroll-bar-mode}
740to control the use of scroll bars at startup. You can use it to specify 740to control the use of scroll bars at startup. You can use it to specify
741that they are placed at the right of windows if you prefer that. You 741that they are placed at the right of windows if you prefer that. You
742can use the X resource @samp{verticalScrollBars} to control the initial 742can use the X resource @samp{verticalScrollBars} to control the initial
743setting of Scroll Bar mode similarly. @xref{Resources X}. 743setting 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
785minor mode. With an argument, the command turns Menu Bar mode on if the 785minor mode. With an argument, the command turns Menu Bar mode on if the
786argument is positive, off if the argument is not positive. You can use 786argument is positive, off if the argument is not positive. You can use
787the X resource @samp{menuBarLines} to control the initial setting of 787the X resource @samp{menuBarLines} to control the initial setting of
788Menu Bar mode. @xref{Resources X}. 788Menu 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