From 505c8e296290fee0bf0accd6801c2d6fe0fb7314 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 9 Jun 2005 09:13:58 +0000 Subject: (window-size-fixed): Fix typo in docstring. --- lisp/window.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/window.el') 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, -- cgit v1.2.1