summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/window.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 23d33e81934..44f81a92237 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>
diff --git a/lisp/window.el b/lisp/window.el
index 3242f1fd04f..1e95a647b1f 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -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)))