]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/window.el (window-largest-empty-rectangle): Fix grammar.
authorCharles A. Roelli <charles@aurox.ch>
Sat, 27 Jan 2018 13:52:03 +0000 (14:52 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Sat, 27 Jan 2018 13:52:03 +0000 (14:52 +0100)
lisp/window.el

index d7fdceb2058e4a91bbaf0321c8137b6074d50dd0..abd1a68b1f00677258781339c9131d8697a666fb 100644 (file)
@@ -8452,7 +8452,7 @@ of WINDOW.
 Optional argument LEFT, if non-nil, means to return values suitable for
 buffers displaying right to left text."
   ;; Process lines as returned by ‘window-lines-pixel-dimensions’.
-  ;; STACK is a stack that contains rows that have to be processed yet.
+  ;; STACK is a stack that contains rows that have yet to be processed.
   (let* ((window (window-normalize-window window t))
         (disjoint (and (consp count) (cdr count)))
         (count (or (and (numberp count) count)