emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/elpa dd48f4a 08/71: * eglot.el (eglot-put-doc-in-help-b


From: João Távora
Subject: [elpa] externals/elpa dd48f4a 08/71: * eglot.el (eglot-put-doc-in-help-buffer): Tiny docstring fix.
Date: Wed, 16 Dec 2020 11:42:14 -0500 (EST)

branch: externals/elpa
commit dd48f4acfbf7dc6eb7e0f4848d5b4182919d3ea2
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    * eglot.el (eglot-put-doc-in-help-buffer): Tiny docstring fix.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index ce4f19c..3ea8391 100644
--- a/eglot.el
+++ b/eglot.el
@@ -2231,7 +2231,7 @@ Respects `max-mini-window-height' (which see)."
   #'eglot-doc-too-large-for-echo-area
   "If non-nil, put \"hover\" documentation in separate `*eglot-help*' buffer.
 If nil, use whatever `eldoc-message-function' decides (usually
-the echo area).  If t, use `*eglot-help; unconditionally.  If a
+the echo area).  If t, use `*eglot-help*' unconditionally.  If a
 function, it is called with the docstring to display and should a
 boolean producing one of the two previous values."
   :type '(choice (const :tag "Never use `*eglot-help*'" nil)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]