branch: externals/transient
commit a54f63f23017302b9db746d21c56d229974bee25
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@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