diff options
| -rw-r--r-- | man/xresources.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/xresources.texi b/man/xresources.texi index f2bc93dc1d6..726125ec0b3 100644 --- a/man/xresources.texi +++ b/man/xresources.texi | |||
| @@ -247,6 +247,14 @@ useful for debugging X problems. | |||
| 247 | @item @code{title} (class @code{Title}) | 247 | @item @code{title} (class @code{Title}) |
| 248 | Name to display in the title bar of the initial Emacs frame. | 248 | Name to display in the title bar of the initial Emacs frame. |
| 249 | 249 | ||
| 250 | @item @code{useXIM} (class @code{UseXIM}) | ||
| 251 | @cindex XIM | ||
| 252 | @cindex X input methods | ||
| 253 | Turn off use of X input methods (XIM) if @samp{false} or @samp{off}. | ||
| 254 | This is only relevant if your Emacs is actually built with XIM | ||
| 255 | support. It is potentially useful to turn off XIM for efficiency, | ||
| 256 | especially slow X client/server links. | ||
| 257 | |||
| 250 | @item @code{verticalScrollBars} (class @code{ScrollBars}) | 258 | @item @code{verticalScrollBars} (class @code{ScrollBars}) |
| 251 | Give frames scroll bars if @samp{on}; don't have scroll bars if | 259 | Give frames scroll bars if @samp{on}; don't have scroll bars if |
| 252 | @samp{off}. | 260 | @samp{off}. |