From db2ed9f333879e5ac283fb48c8b06ed4022f0af9 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 26 Oct 2022 22:41:09 +0200 Subject: ; Fix several symbol name typos --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/transient.el') diff --git a/lisp/transient.el b/lisp/transient.el index a4158589706..f7920e414f1 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -3501,7 +3501,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) -- cgit v1.2.3