branch: externals/transient
commit b17dfd74f6d4bf99e5b34359891844f9f718b532
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
transient--display-action: Tweak a comment
For consistency with similar comments elsewhere in this library.
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index e791fb4604..8b8f748406 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -4603,7 +4603,7 @@ have a history of their own.")
'transient-display-buffer-action))
(transient-display-buffer-action))))
(when (and (assq 'pop-up-frame-parameters (cdr action))
- (fboundp 'buffer-line-statistics)) ; Emacs >= 28.1
+ (fboundp 'buffer-line-statistics)) ; since Emacs 28.1
(setq action (copy-tree action))
(pcase-let ((`(,height ,width)
(buffer-line-statistics transient--buffer))