From: Michal Krzywkowski Date: Sat, 17 Nov 2018 11:12:31 +0000 (+0100) Subject: Format documentation of signature parameters X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46d2bef4b397257ea232af483c45f49d7eab900c;p=emacs.git 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 --- 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"))