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

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

[elpa] externals/detached 565d7bf8d7 2/2: Update eldoc signature


From: ELPA Syncer
Subject: [elpa] externals/detached 565d7bf8d7 2/2: Update eldoc signature
Date: Thu, 27 Oct 2022 05:57:33 -0400 (EDT)

branch: externals/detached
commit 565d7bf8d7c5153d6b3f4c6abc5f989deac1e8b9
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Update eldoc signature
---
 detached-list.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/detached-list.el b/detached-list.el
index 5d3688567e..c0002da400 100644
--- a/detached-list.el
+++ b/detached-list.el
@@ -108,9 +108,9 @@ detached list implements."
   "A member of `eldoc-documentation-functions', for signatures."
   (let ((session (tabulated-list-get-id)))
     (when (detached-session-p session)
-      (let ((strs `(,(detached--session-command session)
-                    ,(when-let  ((annotation (detached--session-annotation 
session)))
-                       (propertize annotation 'face 
'detached-annotation-face)))))
+      (let ((strs `(,(when-let  ((annotation (detached--session-annotation 
session)))
+                       (propertize annotation 'face 'detached-annotation-face))
+                    ,(detached--session-command session))))
         (string-join (seq-remove #'null strs) "\n")))))
 
 (defun detached-list-session-identifier (session)



reply via email to

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