From: Charles A. Roelli Date: Sat, 27 Jan 2018 13:52:03 +0000 (+0100) Subject: * lisp/window.el (window-largest-empty-rectangle): Fix grammar. X-Git-Tag: emacs-26.1-rc1~307 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd10070bf20dd73825ad3b3d4e7cd56306154034;p=emacs.git * lisp/window.el (window-largest-empty-rectangle): Fix grammar. --- 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. 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)