branch: externals/transient commit abb71675b5b538c91c838207385b913b58e29718 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
transient--show-hint: Renamed function Finally make the switch from flip-flopping between using either "OLD: Rename function" or "NEW: Rename function" to "NEW: Renamed function". Note that I am still consistently using present tense — "renamed" is an adjective. (Though maybe the phase I am entering now is one during which I rotate through *three* possible approaches.) oO --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.el index aa4cbe84ce..3a6393c8de 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -2861,7 +2861,7 @@ value. Otherwise return CHILDREN as is.") (not (zerop transient-show-popup)) (not transient--timer)) (transient--timer-start)) - (transient--show-brief))) + (transient--show-hint))) (defun transient--timer-start () (setq transient--timer @@ -4050,7 +4050,7 @@ have a history of their own.") ;;; Display -(defun transient--show-brief () +(defun transient--show-hint () (let ((message-log-max nil)) (message "%s" (transient--format-hint))))