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

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

[elpa] externals/ement febc368ab7 3/3: Tidy: (ement-room-transient) Opti


From: ELPA Syncer
Subject: [elpa] externals/ement febc368ab7 3/3: Tidy: (ement-room-transient) Options formatting
Date: Thu, 6 Oct 2022 20:57:35 -0400 (EDT)

branch: externals/ement
commit febc368ab738a74148eae0ddf45115b0f137bb1f
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy: (ement-room-transient) Options formatting
---
 ement-room.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ement-room.el b/ement-room.el
index c5f5b7936a..a0991a9b08 100644
--- a/ement-room.el
+++ b/ement-room.el
@@ -4152,7 +4152,7 @@ For use in `completion-at-point-functions'."
               ("r n" "Set notification state" ement-room-set-notification-state
                :description (lambda ()
                               (let ((state (ement-room-notification-state 
ement-room ement-session)))
-                                (format "Notifications (%s/%s/%s/%s/%s)"
+                                (format "Notifications (%s|%s|%s|%s|%s)"
                                         (propertize "default"
                                                     'face (pcase state
                                                             (`nil 
'transient-value)
@@ -4165,7 +4165,7 @@ For use in `completion-at-point-functions'."
                                                     'face (pcase state
                                                             ('all 
'transient-value)
                                                             (_ 
'transient-inactive-value)))
-                                        (propertize "mentions-and-keywords"
+                                        (propertize "mentions"
                                                     'face (pcase state
                                                             
('mentions-and-keywords 'transient-value)
                                                             (_ 
'transient-inactive-value)))
@@ -4175,7 +4175,7 @@ For use in `completion-at-point-functions'."
                                                             (_ 
'transient-inactive-value)))))))
               ("r T" "Tag/untag room" ement-tag-room
                :description (lambda ()
-                              (format "Tag/untag room (%s/%s)"
+                              (format "Tag/untag room (%s|%s)"
                                       (propertize "Fav"
                                                   'face (if 
(ement--room-tagged-p "m.favourite" ement-room)
                                                             'transient-value 
'transient-inactive-value))



reply via email to

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