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

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

[elpa] externals/transient a54f63f230 4/5: transient-key-{stay, noop, r


From: Jonas Bernoulli
Subject: [elpa] externals/transient a54f63f230 4/5: transient-key-{stay, noop, return, exit}: Complete docstrings
Date: Mon, 27 Nov 2023 10:14:30 -0500 (EST)

branch: externals/transient
commit a54f63f23017302b9db746d21c56d229974bee25
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    transient-key-{stay,noop,return,exit}: Complete docstrings
---
 lisp/transient.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 8d6f470451..f76fa1b560 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -518,7 +518,7 @@ character used to separate possible values from each other."
     (((class color) (background dark))
      :inherit transient-key
      :foreground "#ddffdd"))
-  "Face used for."
+  "Face used for keys of suffixes that don't exit transient state."
   :group 'transient-faces)
 
 (defface transient-key-noop
@@ -528,7 +528,7 @@ character used to separate possible values from each other."
     (((class color) (background dark))
      :inherit transient-key
      :foreground "grey30"))
-  "Face used for."
+  "Face used for keys of suffixes that currently cannot be invoked."
   :group 'transient-faces)
 
 (defface transient-key-return
@@ -538,7 +538,7 @@ character used to separate possible values from each other."
     (((class color) (background dark))
      :inherit transient-key
      :foreground "#ffffcc"))
-  "Face used for."
+  "Face used for keys of suffixes that return to the parent transient."
   :group 'transient-faces)
 
 (defface transient-key-exit
@@ -548,7 +548,7 @@ character used to separate possible values from each other."
     (((class color) (background dark))
      :inherit transient-key
      :foreground "#ffdddd"))
-  "Face used for."
+  "Face used for keys of suffixes that exit transient state."
   :group 'transient-faces)
 
 (defface transient-unreachable-key



reply via email to

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