mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 11:27:34 +00:00
(window-size-fixed): Fix typo in docstring.
This commit is contained in:
parent
47600d8e97
commit
9fa87e0dbc
2 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue