; * lisp/window.el (window--frame-landscape-p): Tweak wording.

This commit is contained in:
Sean Whitton 2026-02-05 12:18:54 +00:00
parent e2f9e6ba7d
commit 3863449a0a

View file

@ -7586,7 +7586,7 @@ strategy."
(defun window--frame-landscape-p (&optional frame)
"Non-nil if FRAME is wider than it is tall.
This means actually wider on the screen, not character-wise.
This means actually wider on the screen, not wider character-wise.
On text frames, use the heuristic that characters are roughtly twice as
tall as they are wide."
(if (display-graphic-p frame)