Rewrite window-resizable.
authorMartin Rudalics <rudalics@gmx.at>
Wed, 9 Nov 2011 09:36:05 +0000 (10:36 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 9 Nov 2011 09:36:05 +0000 (10:36 +0100)
commit2cffd68198c4d574f073ab238dc12b1221005eab
tree213580d2d682f86545ae840bb6cc1a91ca481ff0
parentf6f6d7e7b144d4fc5955b91de2c802a19f3bf843
Rewrite window-resizable.

* window.el (window-size-fixed-p): Rewrite doc-string.
(window-resizable-p): Rename to window--resizable-p.  Update
callers.
(window--resizable): New function.  Make all callers of
window-resizable call window--resizable instead.
(window-resizable): Rewrite in terms of window--resizable.
* windows.texi (Resizing Windows): Rewrite documentation of
window-resizable.
doc/lispref/ChangeLog
doc/lispref/windows.texi
lisp/ChangeLog
lisp/window.el