diff options
Diffstat (limited to 'lisp/window.el')
| -rw-r--r-- | lisp/window.el | 2 |
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. |
| 7589 | This means actually wider on the screen, not character-wise. | 7589 | This means actually wider on the screen, not wider character-wise. |
| 7590 | On text frames, use the heuristic that characters are roughtly twice as | 7590 | On text frames, use the heuristic that characters are roughtly twice as |
| 7591 | tall as they are wide." | 7591 | tall as they are wide." |
| 7592 | (if (display-graphic-p frame) | 7592 | (if (display-graphic-p frame) |