From: João Távora Date: Fri, 24 Apr 2020 15:33:36 +0000 (+0100) Subject: * eglot.el (eglot-put-doc-in-help-buffer): tiny docstring fix. X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23878a9404fcefcc3ffc32bcbf9456a6c2cf06c2;p=emacs.git * eglot.el (eglot-put-doc-in-help-buffer): tiny docstring fix. --- 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)