diff options
| author | Charles A. Roelli | 2018-01-27 14:52:03 +0100 |
|---|---|---|
| committer | Charles A. Roelli | 2018-01-27 14:52:03 +0100 |
| commit | fd10070bf20dd73825ad3b3d4e7cd56306154034 (patch) | |
| tree | f1f86ec936034ab04d14222e674410243d328fef | |
| parent | e1a44033a8dbb53588c77a9e41c11725b2ed53b0 (diff) | |
| download | emacs-fd10070bf20dd73825ad3b3d4e7cd56306154034.tar.gz emacs-fd10070bf20dd73825ad3b3d4e7cd56306154034.zip | |
* lisp/window.el (window-largest-empty-rectangle): Fix grammar.
| -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 d7fdceb2058..abd1a68b1f0 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -8452,7 +8452,7 @@ of WINDOW. | |||
| 8452 | Optional argument LEFT, if non-nil, means to return values suitable for | 8452 | Optional argument LEFT, if non-nil, means to return values suitable for |
| 8453 | buffers displaying right to left text." | 8453 | buffers displaying right to left text." |
| 8454 | ;; Process lines as returned by ‘window-lines-pixel-dimensions’. | 8454 | ;; Process lines as returned by ‘window-lines-pixel-dimensions’. |
| 8455 | ;; STACK is a stack that contains rows that have to be processed yet. | 8455 | ;; STACK is a stack that contains rows that have yet to be processed. |
| 8456 | (let* ((window (window-normalize-window window t)) | 8456 | (let* ((window (window-normalize-window window t)) |
| 8457 | (disjoint (and (consp count) (cdr count))) | 8457 | (disjoint (and (consp count) (cdr count))) |
| 8458 | (count (or (and (numberp count) count) | 8458 | (count (or (and (numberp count) count) |