changeset 62671:bf8ebb1d0b0b

(quit-window, shrink-window-if-larger-than-buffer): Doc fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 24 May 2005 08:46:57 +0000
parents 5ba03d610746
children 07060a422891
files lisp/window.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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,