From d8a8bf448aed3a58f31f3a1556b11e8d7de8ea41 Mon Sep 17 00:00:00 2001 From: Evgeni Kolev Date: Mon, 30 Dec 2019 11:13:08 +0200 Subject: [PATCH] * eglot.el (eglot-eldoc-function): fix outdated docstring. Fix https://github.com/joaotavora/eglot/issues/387 --- lisp/progmodes/eglot.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 5abdfc54af0..0d2433e9c05 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -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)) -- 2.39.2