summaryrefslogtreecommitdiff
path: root/lisp/window.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-09 09:17:17 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-09 09:17:17 +0000
commit9fa87e0dbcd5de07285151df20f10fd21bd5383f (patch)
treea3070b6f039ceb3a8cf8229094d2a4d23bda058d /lisp/window.el
parent47600d8e97925ed8816b099267e24f4ab3311e75 (diff)
downloademacs-9fa87e0dbcd5de07285151df20f10fd21bd5383f.tar.gz
(window-size-fixed): Fix typo in docstring.
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el2
1 files changed, 1 insertions, 1 deletions
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,