]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-string typo in window-min-delta
authorMartin Rudalics <rudalics@gmx.at>
Tue, 8 Nov 2011 19:06:29 +0000 (20:06 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 8 Nov 2011 19:06:29 +0000 (20:06 +0100)
lisp/ChangeLog
lisp/window.el

index 23d33e81934e2c021c1e8728a50f6ef4d3ff9e15..44f81a92237f2391b28dca89baa6a3059c2287f9 100644 (file)
@@ -14,6 +14,7 @@
        * window.el (display-buffer-function, special-display-function):
        Mention display-buffer-record-window but do not mention
        help-setup parameter in doc-strings.
+       (window-min-delta): Fix doc-string typo.
 
 2011-11-08  Chong Yidong  <cyd@gnu.org>
 
index 3242f1fd04f8b0fb428ad8e43ee2b807b9d42649..1e95a647b1f46cf5a0f8b0b3fb331627891eade8 100644 (file)
@@ -772,7 +772,7 @@ tree but try to enlarge windows within WINDOW's combination only.
 
 Optional argument NODOWN non-nil means don't check whether WINDOW
 itself \(and its child windows) can be shrunk; check only whether
-at least one other windows can be enlarged appropriately."
+at least one other window can be enlarged appropriately."
   (setq window (window-normalize-window window))
   (let ((size (window-total-size window horizontal))
        (minimum (window-min-size window horizontal ignore)))