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

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

[elpa] externals/eglot 604c1b0 38/45: Per #144: Format documentation of


From: João Távora
Subject: [elpa] externals/eglot 604c1b0 38/45: Per #144: Format documentation of signature parameters
Date: Thu, 22 Nov 2018 19:15:33 -0500 (EST)

branch: externals/eglot
commit 604c1b0c31f7202f83373dd97f620dbc2dddfa52
Author: Michał Krzywkowski <address@hidden>
Commit: Michał Krzywkowski <address@hidden>

    Per #144: Format documentation of signature parameters
    
    * eglot.el (eglot--sig-info): Call `eglot--format-markup` on parameter
      :documentation.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 2c0b22e..3ba1b87 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1665,7 +1665,7 @@ is not active."
                     (insert "\n"
                             (propertize
                              label 'face 'eldoc-highlight-function-argument)
-                            ": " documentation))))
+                            ": " (eglot--format-markup documentation)))))
               (buffer-string)))
    when moresigs concat "\n"))
 



reply via email to

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