aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2022-01-07 19:08:56 +0800
committerPo Lu2022-01-07 19:08:56 +0800
commit62f3942b89ca45f083cdff5b0bf3eadb98cf8808 (patch)
tree38fed385e760b851874c813ee8362bcd92aa7f82
parent4c6d9b921cbc906151072cf5e88efde952fc22d9 (diff)
downloademacs-62f3942b89ca45f083cdff5b0bf3eadb98cf8808.tar.gz
emacs-62f3942b89ca45f083cdff5b0bf3eadb98cf8808.zip
Add documentation for the `none' input style
* doc/emacs/xresources.texi (Table of Resources): Document missing value of `inputStyle'.
-rw-r--r--doc/emacs/xresources.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi
index 7c5ce101b11..c5dc4e8150f 100644
--- a/doc/emacs/xresources.texi
+++ b/doc/emacs/xresources.texi
@@ -350,6 +350,11 @@ provided by Emacs.
350Display the preview text inside a popup window at the location of 350Display the preview text inside a popup window at the location of
351point in the current window. 351point in the current window.
352 352
353@item none
354Let the input method decide how to display itself. This is usually
355equivalent to @samp{overthespot}, but it might work with more input
356methods.
357
353@item root 358@item root
354Use some location on display specific to the input method for 359Use some location on display specific to the input method for
355displaying the preview text. 360displaying the preview text.