diff options
author | Martin Rudalics <rudalics@gmx.at> | 2011-11-08 20:06:29 +0100 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2011-11-08 20:06:29 +0100 |
commit | b3f4a882bf9598be109d9435ed1fdaaf5883fe48 (patch) | |
tree | 3a7fcb8ea2acef419e5a0f38416b597c55352b7f /lisp/window.el | |
parent | 4b0d61e31050ecdaf003c4c3a9efd175f2b8afdd (diff) | |
download | emacs-b3f4a882bf9598be109d9435ed1fdaaf5883fe48.tar.gz |
Fix doc-string typo in window-min-delta
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |