emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/windows.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/windows.texi
Date: Thu, 14 Mar 2002 04:00:48 -0500

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.53 emacs/lispref/windows.texi:1.54
*** emacs/lispref/windows.texi:1.53     Sun Mar  3 12:38:24 2002
--- emacs/lispref/windows.texi  Thu Mar 14 04:00:46 2002
***************
*** 768,774 ****
  
  The @code{switch-to-buffer} function is often used interactively, as
  the binding of @kbd{C-x b}.  It is also used frequently in programs.  It
! always returns @code{nil}.
  @end deffn
  
  @deffn Command switch-to-buffer-other-window buffer-or-name &optional norecord
--- 768,774 ----
  
  The @code{switch-to-buffer} function is often used interactively, as
  the binding of @kbd{C-x b}.  It is also used frequently in programs.  It
! returns the buffer that it switched to.
  @end deffn
  
  @deffn Command switch-to-buffer-other-window buffer-or-name &optional norecord
***************
*** 791,797 ****
  This function makes @var{buffer-or-name} the current buffer and
  switches to it in some window, preferably not the window previously
  selected.  The ``popped-to'' window becomes the selected window within
! its frame.
  
  If the variable @code{pop-up-frames} is address@hidden,
  @code{pop-to-buffer} looks for a window in any visible frame already
--- 791,797 ----
  This function makes @var{buffer-or-name} the current buffer and
  switches to it in some window, preferably not the window previously
  selected.  The ``popped-to'' window becomes the selected window within
! its frame.  The return value is the buffer that was switched to.
  
  If the variable @code{pop-up-frames} is address@hidden,
  @code{pop-to-buffer} looks for a window in any visible frame already



reply via email to

[Prev in Thread] Current Thread [Next in Thread]