(quit-window, shrink-window-if-larger-than-buffer): Doc fixes.
This commit is contained in:
parent
16b1266812
commit
18fde8504f
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-24 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* window.el (quit-window, shrink-window-if-larger-than-buffer):
|
||||
Doc fixes.
|
||||
|
||||
2005-05-24 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gdb-ui.el (gdb-inferior-io-mode-map): Bind
|
||||
|
|
|
@ -543,8 +543,7 @@ 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 the window is the only window of its frame.
|
||||
Return non-nil if the window was shrunk."
|
||||
or if the window is the only window of its frame."
|
||||
(interactive)
|
||||
(when (null window)
|
||||
(setq window (selected-window)))
|
||||
|
@ -583,7 +582,7 @@ Return non-nil if the window was shrunk."
|
|||
|
||||
(defun quit-window (&optional kill window)
|
||||
"Quit the current buffer. Bury it, and maybe delete the selected frame.
|
||||
\(The frame is deleted if it is contains a dedicated window for the buffer.)
|
||||
\(The frame is deleted if it contains a dedicated window for the buffer.)
|
||||
With a prefix argument, kill the buffer instead.
|
||||
|
||||
Noninteractively, if KILL is non-nil, then kill the current buffer,
|
||||
|
|
Loading…
Add table
Reference in a new issue