]> git.eshelyaron.com Git - emacs.git/commitdiff
* eglot.el (eglot-eldoc-function): fix outdated docstring.
authorEvgeni Kolev <evgenysw@gmail.com>
Mon, 30 Dec 2019 09:13:08 +0000 (11:13 +0200)
committerJoão Távora <joaotavora@gmail.com>
Mon, 30 Dec 2019 09:13:08 +0000 (09:13 +0000)
Fix https://github.com/joaotavora/eglot/issues/387

lisp/progmodes/eglot.el

index 5abdfc54af0f6c6ea2ff9d6627765041e111d861..0d2433e9c0581462ab37277b89f58843f9b4af56 100644 (file)
@@ -2254,8 +2254,7 @@ potentially rename EGLOT's help buffer."
     (eldoc-message string)))
 
 (defun eglot-eldoc-function ()
-  "EGLOT's `eldoc-documentation-function' function.
-If SKIP-SIGNATURE, don't try to send textDocument/signatureHelp."
+  "EGLOT's `eldoc-documentation-function' function."
   (let* ((buffer (current-buffer))
          (server (eglot--current-server-or-lose))
          (position-params (eglot--TextDocumentPositionParams))