mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * lisp/window.el (window--frame-landscape-p): Tweak wording.
This commit is contained in:
parent
e2f9e6ba7d
commit
3863449a0a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue