mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(shrink-window-if-larger-than-buffer): Fix typo in docstring.
This commit is contained in:
parent
420adcc607
commit
fd8529d0a1
@ -14,7 +14,8 @@
|
||||
|
||||
2005-06-09 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* window.el (window-size-fixed): Fix typo in docstring.
|
||||
* window.el (shrink-window-if-larger-than-buffer)
|
||||
(window-size-fixed): Fix typo in docstring.
|
||||
|
||||
* thumbs.el: Don't set `auto-image-file-mode'. Do not create the
|
||||
thumbnails directory on loading.
|
||||
|
@ -542,7 +542,7 @@ If WINDOW is omitted or nil, it defaults to the selected window.
|
||||
Do not shrink to less than `window-min-height' lines.
|
||||
Do nothing if the buffer contains more lines than the present window height,
|
||||
or if some of the window's contents are scrolled out of view,
|
||||
or if shrinking this window would also shrink another window.
|
||||
or if shrinking this window would also shrink another window,
|
||||
or if the window is the only window of its frame."
|
||||
(interactive)
|
||||
(when (null window)
|
||||
|
Loading…
Reference in New Issue
Block a user