]> git.eshelyaron.com Git - emacs.git/commitdiff
(quit-window, shrink-window-if-larger-than-buffer): Doc fixes.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 24 May 2005 08:48:48 +0000 (08:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 24 May 2005 08:48:48 +0000 (08:48 +0000)
lisp/ChangeLog
lisp/window.el

index 3665c9456ae1abdb4409b12e29bb9d78b3ce9640..4d237712af3ddd4b36c7b6cd32ed2f2fcb54ad02 100644 (file)
@@ -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
index 8c46addf444346572001a828f695f4e8223cda20..c797111f1119ba263697311ca4e2e2e23f62ea85 100644 (file)
@@ -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,