aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/cmdargs.texi14
-rw-r--r--doc/emacs/frames.texi4
-rw-r--r--doc/emacs/xresources.texi5
3 files changed, 19 insertions, 4 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi
index 733919a374a..f0dd9fffa8c 100644
--- a/doc/emacs/cmdargs.texi
+++ b/doc/emacs/cmdargs.texi
@@ -323,14 +323,20 @@ Do not display a startup screen. You can also achieve this effect by
323setting the variable @code{inhibit-startup-screen} to non-@code{nil} 323setting the variable @code{inhibit-startup-screen} to non-@code{nil}
324in your initialization file (@pxref{Entering Emacs}). 324in your initialization file (@pxref{Entering Emacs}).
325 325
326@item --no-x-resources
327@opindex --no-x-resources
328@cindex X resources, not loading
329Do not load X resources. You can also achieve this effect by setting
330the variable @code{inhibit-x-resources} to @code{t} in your
331initialization file (@pxref{Resources}).
332
326@item -Q 333@item -Q
327@opindex -Q 334@opindex -Q
328@itemx --quick 335@itemx --quick
329@opindex --quick 336@opindex --quick
330Start Emacs with minimum customizations. This is similar to using @samp{-q}, 337Start Emacs with minimum customizations. This is similar to using
331@samp{--no-site-file}, @samp{--no-site-lisp}, and @samp{--no-splash} 338@samp{-q}, @samp{--no-site-file}, @samp{--no-site-lisp},
332together. This also stops Emacs from processing X resources by 339@samp{--no-x-resources}, and @samp{--no-splash} together..
333setting @code{inhibit-x-resources} to @code{t} (@pxref{Resources}).
334 340
335@item -daemon 341@item -daemon
336@opindex -daemon 342@opindex -daemon
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 9f4c7821e98..6bbaae24b17 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -934,6 +934,10 @@ the initial frame, by customizing the variable
934specify colors and fonts don't affect menus and the menu bar, since 934specify colors and fonts don't affect menus and the menu bar, since
935those are drawn by the toolkit and not directly by Emacs. 935those are drawn by the toolkit and not directly by Emacs.
936 936
937 Frame appearance and behavior can also be customized through X
938resources (@pxref{X Resources}); these override the parameters of the
939initial frame specified in your init file.
940
937 Note that if you are using the desktop library to save and restore 941 Note that if you are using the desktop library to save and restore
938your sessions, the frames to be restored are recorded in the desktop 942your sessions, the frames to be restored are recorded in the desktop
939file, together with their parameters. When these frames are restored, 943file, together with their parameters. When these frames are restored,
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi
index db2c6ffafd2..903090f51a9 100644
--- a/doc/emacs/xresources.texi
+++ b/doc/emacs/xresources.texi
@@ -46,6 +46,11 @@ this file do not take effect immediately, because the X server stores
46its own list of resources; to update it, use the command 46its own list of resources; to update it, use the command
47@command{xrdb}---for instance, @samp{xrdb ~/.Xdefaults}. 47@command{xrdb}---for instance, @samp{xrdb ~/.Xdefaults}.
48 48
49 Settings specified via X resources in general override the
50equivalent settings in Emacs init files (@pxref{Init File}), in
51particular for parameters of the initial frame (@pxref{Frame
52Parameters}).
53
49@cindex registry, setting resources (MS-Windows) 54@cindex registry, setting resources (MS-Windows)
50 (MS-Windows systems do not support X resource files; on such systems, 55 (MS-Windows systems do not support X resource files; on such systems,
51Emacs looks for X resources in the Windows Registry, first under the 56Emacs looks for X resources in the Windows Registry, first under the