aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el
diff options
context:
space:
mode:
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)