From: Juanma Barranquero Date: Thu, 9 Jun 2005 09:17:17 +0000 (+0000) Subject: (window-size-fixed): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.90~9175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fa87e0dbcd5de07285151df20f10fd21bd5383f;p=emacs.git (window-size-fixed): Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 545f6debb31..d542fa1a15b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,8 @@ 2005-06-09 Juanma Barranquero + * window.el (window-size-fixed): Fix typo in docstring. + * thumbs.el: Don't set `auto-image-file-mode'. Do not create the thumbnails directory on loading. (thumbs-conversion-program): Use `eq' to check the system type, diff --git a/lisp/window.el b/lisp/window.el index c797111f111..13fa2d0349c 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -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,