aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el
diff options
context:
space:
mode:
authorHelmut Eller2026-02-13 09:10:16 +0100
committerHelmut Eller2026-02-13 09:10:16 +0100
commit91c9e9883488d715a30877dfd7641ef4b3c62658 (patch)
treee2c4525147e443f86baf9d0144aeadec082d7564 /lisp/window.el
parent9a4a54af9192a6653164364c75721ee814ffb1e8 (diff)
parentf1fe4d46190263e164ccd1e066095d46a156297f (diff)
downloademacs-feature/igc.tar.gz
emacs-feature/igc.zip
Merge branch 'master' into feature/igcfeature/igc
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 3a1ebd16fa6..2327ffcd5f2 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -7586,7 +7586,7 @@ strategy."
7586 7586
7587(defun window--frame-landscape-p (&optional frame) 7587(defun window--frame-landscape-p (&optional frame)
7588 "Non-nil if FRAME is wider than it is tall. 7588 "Non-nil if FRAME is wider than it is tall.
7589This means actually wider on the screen, not character-wise. 7589This means actually wider on the screen, not wider character-wise.
7590On text frames, use the heuristic that characters are roughtly twice as 7590On text frames, use the heuristic that characters are roughtly twice as
7591tall as they are wide." 7591tall as they are wide."
7592 (if (display-graphic-p frame) 7592 (if (display-graphic-p frame)