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

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

[elpa] externals/eglot cc5ef6c 02/22: Apply eglot--format-markup to sign


From: João Távora
Subject: [elpa] externals/eglot cc5ef6c 02/22: Apply eglot--format-markup to signature documentation
Date: Sat, 5 Jan 2019 09:31:01 -0500 (EST)

branch: externals/eglot
commit cc5ef6c06c736a7df2a916bc8f78efad92dad7c6
Author: Fredrik Bergroth <address@hidden>
Commit: João Távora <address@hidden>

    Apply eglot--format-markup to signature documentation
    
    Copyright-paperwork-exempt: yes
    
    * eglot.el (eglot--sig-info): Call eglot--format-markup on signature
      documentation.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index db4fbb4..2b51c21 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1951,7 +1951,7 @@ is not active."
          (setq documentation (match-string 1 documentation))
          (unless (string-prefix-p (string-trim documentation) label)
            (goto-char (point-max))
-           (insert ": " documentation)))
+           (insert ": " (eglot--format-markup documentation))))
        (when (and (eql i active-sig) active-param
                   (< -1 active-param (length parameters)))
          (eglot--dbind ((ParameterInformation) label documentation)



reply via email to

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