summaryrefslogtreecommitdiff
path: root/lisp/window.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-09 09:13:58 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-09 09:13:58 +0000
commit505c8e296290fee0bf0accd6801c2d6fe0fb7314 (patch)
treef9f395c7cae7ea883d679e846ea21a7b288b16b1 /lisp/window.el
parenteda2d3f96c1221219a6aaf3ad91fbe4525401b29 (diff)
downloademacs-505c8e296290fee0bf0accd6801c2d6fe0fb7314.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,