emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 fd10070: * lisp/window.el (window-largest-empty-r


From: Charles A. Roelli
Subject: [Emacs-diffs] emacs-26 fd10070: * lisp/window.el (window-largest-empty-rectangle): Fix grammar.
Date: Sat, 27 Jan 2018 08:44:58 -0500 (EST)

branch: emacs-26
commit fd10070bf20dd73825ad3b3d4e7cd56306154034
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    * lisp/window.el (window-largest-empty-rectangle): Fix grammar.
---
 lisp/window.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/window.el b/lisp/window.el
index d7fdceb..abd1a68 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]