diff options
| author | Po Lu | 2022-01-07 19:08:56 +0800 |
|---|---|---|
| committer | Po Lu | 2022-01-07 19:08:56 +0800 |
| commit | 62f3942b89ca45f083cdff5b0bf3eadb98cf8808 (patch) | |
| tree | 38fed385e760b851874c813ee8362bcd92aa7f82 | |
| parent | 4c6d9b921cbc906151072cf5e88efde952fc22d9 (diff) | |
| download | emacs-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.texi | 5 |
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. | |||
| 350 | Display the preview text inside a popup window at the location of | 350 | Display the preview text inside a popup window at the location of |
| 351 | point in the current window. | 351 | point in the current window. |
| 352 | 352 | ||
| 353 | @item none | ||
| 354 | Let the input method decide how to display itself. This is usually | ||
| 355 | equivalent to @samp{overthespot}, but it might work with more input | ||
| 356 | methods. | ||
| 357 | |||
| 353 | @item root | 358 | @item root |
| 354 | Use some location on display specific to the input method for | 359 | Use some location on display specific to the input method for |
| 355 | displaying the preview text. | 360 | displaying the preview text. |