aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/xresources.texi8
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})
248Name to display in the title bar of the initial Emacs frame. 248Name 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
253Turn off use of X input methods (XIM) if @samp{false} or @samp{off}.
254This is only relevant if your Emacs is actually built with XIM
255support. It is potentially useful to turn off XIM for efficiency,
256especially slow X client/server links.
257
250@item @code{verticalScrollBars} (class @code{ScrollBars}) 258@item @code{verticalScrollBars} (class @code{ScrollBars})
251Give frames scroll bars if @samp{on}; don't have scroll bars if 259Give frames scroll bars if @samp{on}; don't have scroll bars if
252@samp{off}. 260@samp{off}.