Mercurial > emacs
changeset 63162:ae0502a0a9c7
(window-size-fixed): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 09 Jun 2005 09:13:58 +0000 |
parents | 5c72c9c65fb2 |
children | ee270e098ec6 |
files | lisp/window.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/window.el Thu Jun 09 03:59:20 2005 +0000 +++ b/lisp/window.el Thu Jun 09 09:13:58 2005 +0000 @@ -31,7 +31,7 @@ (defvar window-size-fixed nil "*Non-nil in a buffer means windows displaying the buffer are fixed-size. -If the value is`height', then only the window's height is fixed. +If the value is `height', then only the window's height is fixed. If the value is `width', then only the window's width is fixed. Any other non-nil value fixes both the width and the height. Emacs won't change the size of any window displaying that buffer,