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

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

[elpa] externals/transient f98edf5ab5: Backport commit db2ed9f333 from E


From: Jonas Bernoulli
Subject: [elpa] externals/transient f98edf5ab5: Backport commit db2ed9f333 from Emacs
Date: Fri, 28 Oct 2022 10:23:58 -0400 (EDT)

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

    Backport commit db2ed9f333 from Emacs
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 541065a997..2611b13fe4 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3535,7 +3535,7 @@ Optional support for popup buttons is also implemented 
here."
 
 (cl-defmethod transient-format-description ((obj transient-child))
   "The `description' slot may be a function, in which case that is
-called inside the correct buffer (see `transient-insert-group')
+called inside the correct buffer (see `transient--insert-group')
 and its value is returned to the caller."
   (and-let* ((desc (oref obj description)))
     (if (functionp desc)



reply via email to

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