diff options
| -rw-r--r-- | doc/emacs/cmdargs.texi | 14 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/xresources.texi | 5 |
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 | |||
| 323 | setting the variable @code{inhibit-startup-screen} to non-@code{nil} | 323 | setting the variable @code{inhibit-startup-screen} to non-@code{nil} |
| 324 | in your initialization file (@pxref{Entering Emacs}). | 324 | in your initialization file (@pxref{Entering Emacs}). |
| 325 | 325 | ||
| 326 | @item --no-x-resources | ||
| 327 | @opindex --no-x-resources | ||
| 328 | @cindex X resources, not loading | ||
| 329 | Do not load X resources. You can also achieve this effect by setting | ||
| 330 | the variable @code{inhibit-x-resources} to @code{t} in your | ||
| 331 | initialization 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 |
| 330 | Start Emacs with minimum customizations. This is similar to using @samp{-q}, | 337 | Start 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}, |
| 332 | together. This also stops Emacs from processing X resources by | 339 | @samp{--no-x-resources}, and @samp{--no-splash} together.. |
| 333 | setting @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 | |||
| 934 | specify colors and fonts don't affect menus and the menu bar, since | 934 | specify colors and fonts don't affect menus and the menu bar, since |
| 935 | those are drawn by the toolkit and not directly by Emacs. | 935 | those are drawn by the toolkit and not directly by Emacs. |
| 936 | 936 | ||
| 937 | Frame appearance and behavior can also be customized through X | ||
| 938 | resources (@pxref{X Resources}); these override the parameters of the | ||
| 939 | initial 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 |
| 938 | your sessions, the frames to be restored are recorded in the desktop | 942 | your sessions, the frames to be restored are recorded in the desktop |
| 939 | file, together with their parameters. When these frames are restored, | 943 | file, 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 | |||
| 46 | its own list of resources; to update it, use the command | 46 | its 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 | ||
| 50 | equivalent settings in Emacs init files (@pxref{Init File}), in | ||
| 51 | particular for parameters of the initial frame (@pxref{Frame | ||
| 52 | Parameters}). | ||
| 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, |
| 51 | Emacs looks for X resources in the Windows Registry, first under the | 56 | Emacs looks for X resources in the Windows Registry, first under the |