diff options
| author | Helmut Eller | 2026-02-13 09:10:16 +0100 |
|---|---|---|
| committer | Helmut Eller | 2026-02-13 09:10:16 +0100 |
| commit | 91c9e9883488d715a30877dfd7641ef4b3c62658 (patch) | |
| tree | e2c4525147e443f86baf9d0144aeadec082d7564 /lisp/window.el | |
| parent | 9a4a54af9192a6653164364c75721ee814ffb1e8 (diff) | |
| parent | f1fe4d46190263e164ccd1e066095d46a156297f (diff) | |
| download | emacs-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.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) |