emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 3879d57 33/54: * eglot.el (eglot-eldoc-function):


From: João Távora
Subject: [elpa] externals/eglot 3879d57 33/54: * eglot.el (eglot-eldoc-function): Fix outdated docstring.
Date: Thu, 16 Apr 2020 05:31:50 -0400 (EDT)

branch: externals/eglot
commit 3879d574878522d0cdb4892e095c3f4d79efcb62
Author: Evgeni Kolev <address@hidden>
Commit: João Távora <address@hidden>

    * eglot.el (eglot-eldoc-function): Fix outdated docstring.
    
    Fix #387
---
 eglot.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eglot.el b/eglot.el
index 5abdfc5..0d2433e 100644
--- a/eglot.el
+++ b/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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]