From: Po Lu Date: Fri, 7 Jan 2022 11:08:56 +0000 (+0800) Subject: Add documentation for the `none' input style X-Git-Tag: emacs-29.0.90~3213 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62f3942b89ca45f083cdff5b0bf3eadb98cf8808;p=emacs.git Add documentation for the `none' input style * doc/emacs/xresources.texi (Table of Resources): Document missing value of `inputStyle'. --- 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. Display the preview text inside a popup window at the location of point in the current window. +@item none +Let the input method decide how to display itself. This is usually +equivalent to @samp{overthespot}, but it might work with more input +methods. + @item root Use some location on display specific to the input method for displaying the preview text.