From 23878a9404fcefcc3ffc32bcbf9456a6c2cf06c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Fri, 24 Apr 2020 16:33:36 +0100 Subject: [PATCH] * eglot.el (eglot-put-doc-in-help-buffer): tiny docstring fix. --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index ce4f19c65c2..3ea839115c1 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/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) -- 2.39.2