diff options
| author | Eli Zaretskii | 2019-10-14 09:33:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-10-14 09:33:51 +0300 |
| commit | 9a56b9bf71af83292d6831e08a8179b7cf5ee7d8 (patch) | |
| tree | 0feddc8b4c3645a6bf23f991bda854fe73ca2b8a /doc | |
| parent | 120f691e99d7d98a959ec9a6075cb4e473831bee (diff) | |
| download | emacs-9a56b9bf71af83292d6831e08a8179b7cf5ee7d8.tar.gz emacs-9a56b9bf71af83292d6831e08a8179b7cf5ee7d8.zip | |
; Minor fixes in documentation
* doc/emacs/xresources.texi (Table of Resources):
* doc/emacs/cmdargs.texi (Misc X):
* etc/NEWS: Fix recent changes in documentation.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/cmdargs.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/xresources.texi | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index fa28c3eabcb..b3d9af0baf9 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -1238,7 +1238,7 @@ Disable the blinking cursor on graphical displays. | |||
| 1238 | @itemx --basic-display | 1238 | @itemx --basic-display |
| 1239 | @opindex --basic-display | 1239 | @opindex --basic-display |
| 1240 | Disable the menu-bar, the tool-bar, the scroll-bars, tool tips, and | 1240 | Disable the menu-bar, the tool-bar, the scroll-bars, tool tips, and |
| 1241 | font-lock-mode, and turn off the blinking cursor. This can be useful | 1241 | turn off font-lock-mode and the blinking cursor. This can be useful |
| 1242 | for making a test case that simplifies debugging of display problems. | 1242 | for making a test case that simplifies debugging of display problems. |
| 1243 | @end table | 1243 | @end table |
| 1244 | 1244 | ||
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index e349d40333f..3b9448f8a8f 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi | |||
| @@ -223,12 +223,12 @@ Width of the internal frame border, in pixels. | |||
| 223 | @end ifnottex | 223 | @end ifnottex |
| 224 | 224 | ||
| 225 | @item @code{lineSpacing} (class @code{LineSpacing}) | 225 | @item @code{lineSpacing} (class @code{LineSpacing}) |
| 226 | @cindex line spacing | 226 | @cindex line spacing (X resource) |
| 227 | Additional space between lines, in pixels. | 227 | Additional space between lines, in pixels. |
| 228 | 228 | ||
| 229 | @ifnottex | 229 | @ifnottex |
| 230 | @item @code{menuBackground} (class @code{Background}) | 230 | @item @code{menuBackground} (class @code{Background}) |
| 231 | @cindex background for menus | 231 | @cindex background for menus (X resource) |
| 232 | The background color of the menus in non-toolkit versions of Emacs. | 232 | The background color of the menus in non-toolkit versions of Emacs. |
| 233 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif | 233 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif |
| 234 | Resources}, and see @ref{GTK resources}.) | 234 | Resources}, and see @ref{GTK resources}.) |
| @@ -245,13 +245,13 @@ If @samp{none}, Emacs will not make a minibuffer in this frame; it | |||
| 245 | will use a separate minibuffer frame instead. | 245 | will use a separate minibuffer frame instead. |
| 246 | 246 | ||
| 247 | @item @code{paneFont} (class @code{Font}) | 247 | @item @code{paneFont} (class @code{Font}) |
| 248 | @cindex font for menus | 248 | @cindex font for menus (X resource) |
| 249 | Font name for menu pane titles, in non-toolkit versions of Emacs. | 249 | Font name for menu pane titles, in non-toolkit versions of Emacs. |
| 250 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif | 250 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif |
| 251 | Resources}, and see @ref{GTK resources}.) | 251 | Resources}, and see @ref{GTK resources}.) |
| 252 | 252 | ||
| 253 | @item @code{paneForeground} (class @code{Foreground}) | 253 | @item @code{paneForeground} (class @code{Foreground}) |
| 254 | @cindex foreground for menus | 254 | @cindex foreground for menus (X resource) |
| 255 | Foreground color for menu pane titles, in non-toolkit versions of | 255 | Foreground color for menu pane titles, in non-toolkit versions of |
| 256 | Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see | 256 | Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see |
| 257 | @ref{Motif Resources}, and see @ref{GTK resources}.) | 257 | @ref{Motif Resources}, and see @ref{GTK resources}.) |
| @@ -272,17 +272,17 @@ Switch foreground and background default colors if @samp{on}, use colors as | |||
| 272 | specified if @samp{off}. | 272 | specified if @samp{off}. |
| 273 | 273 | ||
| 274 | @item @code{screenGamma} (class @code{ScreenGamma}) | 274 | @item @code{screenGamma} (class @code{ScreenGamma}) |
| 275 | @cindex gamma correction | 275 | @cindex gamma correction (X resource) |
| 276 | Gamma correction for colors, equivalent to the frame parameter | 276 | Gamma correction for colors, equivalent to the frame parameter |
| 277 | @code{screen-gamma}. | 277 | @code{screen-gamma}. |
| 278 | 278 | ||
| 279 | @item @code{scrollBar} (class @code{ScrollBar}) | 279 | @item @code{scrollBar} (class @code{ScrollBar}) |
| 280 | @cindex scroll bar | 280 | @cindex scroll bar (X resource) |
| 281 | If the value of this resource is @samp{off} or @samp{false} or | 281 | If the value of this resource is @samp{off} or @samp{false} or |
| 282 | @samp{0}, Emacs disables Scroll Bar mode at startup (@pxref{Scroll Bars}). | 282 | @samp{0}, Emacs disables Scroll Bar mode at startup (@pxref{Scroll Bars}). |
| 283 | 283 | ||
| 284 | @item @code{scrollBarWidth} (class @code{ScrollBarWidth}) | 284 | @item @code{scrollBarWidth} (class @code{ScrollBarWidth}) |
| 285 | @cindex scrollbar width | 285 | @cindex scrollbar width (X resource) |
| 286 | The scroll bar width in pixels, equivalent to the frame parameter | 286 | The scroll bar width in pixels, equivalent to the frame parameter |
| 287 | @code{scroll-bar-width}. Do not set this resource if Emacs is | 287 | @code{scroll-bar-width}. Do not set this resource if Emacs is |
| 288 | compiled with GTK+ support. | 288 | compiled with GTK+ support. |
| @@ -315,18 +315,18 @@ useful for debugging X problems. | |||
| 315 | Name to display in the title bar of the initial Emacs frame. | 315 | Name to display in the title bar of the initial Emacs frame. |
| 316 | 316 | ||
| 317 | @item @code{toolBar} (class @code{ToolBar}) | 317 | @item @code{toolBar} (class @code{ToolBar}) |
| 318 | @cindex tool bar | 318 | @cindex tool bar (X resource) |
| 319 | If the value of this resource is @samp{off} or @samp{false} or | 319 | If the value of this resource is @samp{off} or @samp{false} or |
| 320 | @samp{0}, Emacs disables Tool Bar mode at startup (@pxref{Tool Bars}). | 320 | @samp{0}, Emacs disables Tool Bar mode at startup (@pxref{Tool Bars}). |
| 321 | 321 | ||
| 322 | @item @code{tabBar} (class @code{TabBar}) | 322 | @item @code{tabBar} (class @code{TabBar}) |
| 323 | @cindex tab bar | 323 | @cindex tab bar (X resource) |
| 324 | If the value of this resource is @samp{on} or @samp{yes} or | 324 | If the value of this resource is @samp{on} or @samp{yes} or |
| 325 | @samp{1}, Emacs enables Tab Bar mode at startup (@pxref{Tab Bars}). | 325 | @samp{1}, Emacs enables Tab Bar mode at startup (@pxref{Tab Bars}). |
| 326 | 326 | ||
| 327 | @item @code{useXIM} (class @code{UseXIM}) | 327 | @item @code{useXIM} (class @code{UseXIM}) |
| 328 | @cindex XIM | 328 | @cindex XIM (X resource) |
| 329 | @cindex X input methods | 329 | @cindex X input methods (X resource) |
| 330 | @cindex input methods, X | 330 | @cindex input methods, X |
| 331 | Disable use of X input methods (XIM) if @samp{false} or @samp{off}. | 331 | Disable use of X input methods (XIM) if @samp{false} or @samp{off}. |
| 332 | This is only relevant if your Emacs is built with XIM support. It | 332 | This is only relevant if your Emacs is built with XIM support. It |