; * eldoc-box.el (eldoc-box--window-side): Fix docstring.
This commit is contained in:
parent
c8da9703ea
commit
eea7dd8371
@ -248,8 +248,8 @@ STR has to be a proper documentation, not empty string, not nil, etc."
|
|||||||
|
|
||||||
(defun eldoc-box--window-side ()
|
(defun eldoc-box--window-side ()
|
||||||
"Return the side of the selected window.
|
"Return the side of the selected window.
|
||||||
Symbol 'left if the selected window is on the left,'right if on the right.
|
Symbol ‘left’ if the selected window is on the left, ‘right’ if
|
||||||
Return 'left if there is only one window."
|
on the right. Return ‘left’ if there is only one window."
|
||||||
(let ((left-window(window-at 0 0)))
|
(let ((left-window(window-at 0 0)))
|
||||||
(if (eq left-window (selected-window))
|
(if (eq left-window (selected-window))
|
||||||
'left
|
'left
|
||||||
|
Loading…
Reference in New Issue
Block a user