aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-10-05 14:37:43 +0000
committerDave Love2002-10-05 14:37:43 +0000
commit2f0d2c359091dc232b7589701221e194b9dc05ed (patch)
tree05bb9a82fe178489d525da5aa4c1e0d29c1ea6cc
parent8a020f4c18bc4ba41690df921c77640395ed69a9 (diff)
downloademacs-2f0d2c359091dc232b7589701221e194b9dc05ed.tar.gz
emacs-2f0d2c359091dc232b7589701221e194b9dc05ed.zip
(Table of Resources): Add useXIM.
-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}.