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

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

[elpa] 1.2 e5738ff 094/101: Per #144: Format documentation of signature


From: Christian Johansson
Subject: [elpa] 1.2 e5738ff 094/101: Per #144: Format documentation of signature parameters
Date: Thu, 29 Apr 2021 15:09:08 -0400 (EDT)

tag: 1.2
commit e5738ffe9a94cb20fd87fa0ceab28565a513e9b8
Author: Michał Krzywkowski <k.michal@zoho.com>
Commit: Michał Krzywkowski <k.michal@zoho.com>

    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]