From 46d2bef4b397257ea232af483c45f49d7eab900c Mon Sep 17 00:00:00 2001 From: Michal Krzywkowski Date: Sat, 17 Nov 2018 12:12:31 +0100 Subject: [PATCH] Format documentation of signature parameters * eglot.el (eglot--sig-info): Call `eglot--format-markup` on parameter :documentation. GitHub-reference: per https://github.com/joaotavora/eglot/issues/144 --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 2c0b22e5002..3ba1b87d807 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/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")) -- 2.39.2