emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d99e32436d: ; * doc/emacs/xresources.texi (Table of Resources): U


From: Eli Zaretskii
Subject: master d99e32436d: ; * doc/emacs/xresources.texi (Table of Resources): Use @table.
Date: Fri, 7 Jan 2022 02:57:48 -0500 (EST)

branch: master
commit d99e32436d7ec671cf1b29e9b16fcaf39e963ad5
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/emacs/xresources.texi (Table of Resources): Use @table.
---
 doc/emacs/xresources.texi | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi
index c27fb8ad03..7c5ce101b1 100644
--- a/doc/emacs/xresources.texi
+++ b/doc/emacs/xresources.texi
@@ -336,19 +336,24 @@ might be useful to turn off XIM on slow X client/server 
links.
 @cindex inputStyle (X resource)
 @cindex input method style, X
 This resource controls how preview text generated by X input methods
-is displayed.  If its value is @samp{callback}, input methods will
-direct Emacs to display the contents of their preview text in the
-current buffer.
+is displayed.  Its value can be on of the following:
 
-If it is @samp{offthespot}, input methods will display their preview
-text inside a separate area of the display provided by Emacs.
+@table @samp
+@item callback
+Display the contents of the preview text in the current buffer.
+
+@item offthespot
+Display the preview text inside a separate area of the display
+provided by Emacs.
 
-If it is @samp{overthespot}, input methods will display their preview
-text inside a popup window at the location of the point in the current
-window.
+@item overthespot
+Display the preview text inside a popup window at the location of
+point in the current window.
 
-If it is @samp{root}, input methods will display their preview text
-inside a portion of the display specific to each input method.
+@item root
+Use some location on display specific to the input method for
+displaying the preview text.
+@end table
 
 @item @code{verticalScrollBars} (class @code{ScrollBars})
 Give frames scroll bars on the left if @samp{left}, on the right if



reply via email to

[Prev in Thread] Current Thread [Next in Thread]