]> git.eshelyaron.com Git - emacs.git/commitdiff
(window-size-fixed): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 9 Jun 2005 09:17:17 +0000 (09:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 9 Jun 2005 09:17:17 +0000 (09:17 +0000)
lisp/ChangeLog
lisp/window.el

index 545f6debb3157e546939d77912911152d774a6a8..d542fa1a15b87006818766e3bb2bd11c6e40542c 100644 (file)
@@ -9,6 +9,8 @@
 
 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
 
+       * 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,
index c797111f1119ba263697311ca4e2e2e23f62ea85..13fa2d0349ccde08ea2c5ef8c0525217d93b04fa 100644 (file)
@@ -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,