aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles A. Roelli2018-01-27 14:52:03 +0100
committerCharles A. Roelli2018-01-27 14:52:03 +0100
commitfd10070bf20dd73825ad3b3d4e7cd56306154034 (patch)
treef1f86ec936034ab04d14222e674410243d328fef
parente1a44033a8dbb53588c77a9e41c11725b2ed53b0 (diff)
downloademacs-fd10070bf20dd73825ad3b3d4e7cd56306154034.tar.gz
emacs-fd10070bf20dd73825ad3b3d4e7cd56306154034.zip
* lisp/window.el (window-largest-empty-rectangle): Fix grammar.
-rw-r--r--lisp/window.el2
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.
8452Optional argument LEFT, if non-nil, means to return values suitable for 8452Optional argument LEFT, if non-nil, means to return values suitable for
8453buffers displaying right to left text." 8453buffers 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)