diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-05 22:44:50 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-05 22:44:50 +0100 |
| commit | b17dfd74f6d4bf99e5b34359891844f9f718b532 (patch) | |
| tree | 11bfa69a42ea4af75012a0fccbe8290f3e3503a2 | |
| parent | 0e65f5dae7fca40a49eaf3c1cf0ee66c440e11b2 (diff) | |
transient--display-action: Tweak a comment
For consistency with similar comments elsewhere in this library.
| -rw-r--r-- | lisp/transient.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index e791fb4..8b8f748 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)) |
