]> git.eshelyaron.com Git - emacs.git/commitdiff
* eglot.el (eglot-put-doc-in-help-buffer): tiny docstring fix.
authorJoão Távora <joaotavora@gmail.com>
Fri, 24 Apr 2020 15:33:36 +0000 (16:33 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 24 Apr 2020 16:00:46 +0000 (17:00 +0100)
lisp/progmodes/eglot.el

index ce4f19c65c2a86bd80d6bede0146b447ae1b8b28..3ea839115c183083af62d05cb9a373abe0b5dbcd 100644 (file)
@@ -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)