Skip to content

Commit e6a89e9

Browse files
authored
Add missing doc for sidewindow. (#198)
1 parent e5727c5 commit e6a89e9

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

rime.el

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,14 @@
8181
;;
8282
;; Set via ~rime-show-candidate~.
8383
;;
84-
;; | Value | description |
85-
;; |------------+-----------------------------------------------------------------------------|
86-
;; | ~nil~ | don't show candidate at all. |
87-
;; | ~minibuffer~ | Display in minibuffer. |
88-
;; | ~message~ | Display with ~message~ function, useful when you use minibuffer as mode-line. |
89-
;; | ~popup~ | Use popup. |
90-
;; | ~posframe~ | Use posfarme, will fallback to popup in TUI |
84+
;; | Value | description |
85+
;; |--------------+-------------------------------------------------------------------------------|
86+
;; | ~nil~ | don't show candidate at all. |
87+
;; | ~minibuffer~ | Display in minibuffer. |
88+
;; | ~message~ | Display with ~message~ function, useful when you use minibuffer as mode-line. |
89+
;; | ~popup~ | Use popup. |
90+
;; | ~posframe~ | Use posfarme, will fallback to popup in TUI |
91+
;; | ~sidewindow~ | Use sidewindow. |
9192
;;
9293
;; * The lighter
9394
;;
@@ -349,7 +350,8 @@ nil means don't display candidate at all.
349350
`popup', display with popup.el.
350351
`message', display with function `message', this is a
351352
replacement for `minibuffer' if you use minibuffer as the mode-line.
352-
`posframe', display candidate in posframe, will fallback to popup in TUI."
353+
`posframe', display candidate in posframe, will fallback to popup in TUI.
354+
`sidewindow', display in sidewindow."
353355
:type 'symbol
354356
:options '(minibuffer message popup posframe sidewindow)
355357
:group 'rime)

0 commit comments

Comments
 (0)