From eea7dd837176b33b994a21feec0358d37a488e07 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Mon, 27 Feb 2023 18:28:54 -0800 Subject: [PATCH] ; * eldoc-box.el (eldoc-box--window-side): Fix docstring. --- eldoc-box.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eldoc-box.el b/eldoc-box.el index 3fac5c9..0f92d8c 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -248,8 +248,8 @@ STR has to be a proper documentation, not empty string, not nil, etc." (defun eldoc-box--window-side () "Return the side of the selected window. -Symbol 'left if the selected window is on the left,'right if on the right. -Return 'left if there is only one window." +Symbol ‘left’ if the selected window is on the left, ‘right’ if +on the right. Return ‘left’ if there is only one window." (let ((left-window(window-at 0 0))) (if (eq left-window (selected-window)) 'left