# HG changeset patch # User Juanma Barranquero # Date 1116924417 0 # Node ID bf8ebb1d0b0b34cd9f0e0d2c2c158368853e03df # Parent 5ba03d610746d44463adb37b01a9478d47b53725 (quit-window, shrink-window-if-larger-than-buffer): Doc fixes. diff -r 5ba03d610746 -r bf8ebb1d0b0b lisp/window.el --- a/lisp/window.el Tue May 24 08:45:35 2005 +0000 +++ b/lisp/window.el Tue May 24 08:46:57 2005 +0000 @@ -543,8 +543,7 @@ 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 @@ (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,