Index: emacs/lisp/window.el
diff -c emacs/lisp/window.el:1.100 emacs/lisp/window.el:1.101
*** emacs/lisp/window.el:1.100  Sat Apr 23 16:38:41 2005
--- emacs/lisp/window.el        Tue May 24 08:46:57 2005
***************
*** 543,550 ****
  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."
    (interactive)
    (when (null window)
      (setq window (selected-window)))
--- 543,549 ----
  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."
    (interactive)
    (when (null window)
      (setq window (selected-window)))
***************
*** 583,589 ****
  
  (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.)
  With a prefix argument, kill the buffer instead.
  
  Noninteractively, if KILL is non-nil, then kill the current buffer,
--- 582,588 ----
  
  (defun quit-window (&optional kill window)
    "Quit the current buffer.  Bury it, and maybe delete the selected frame.
! \(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,


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to