emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sat, 10 Jul 2004 22:21:49 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.707 emacs/lisp/files.el:1.708
*** emacs/lisp/files.el:1.707   Sat Jun 26 14:41:13 2004
--- emacs/lisp/files.el Sun Jul 11 02:18:15 2004
***************
*** 869,876 ****
--- 869,883 ----
  
  (defun switch-to-buffer-other-window (buffer &optional norecord)
    "Select buffer BUFFER in another window.
+ If BUFFER does not identify an existing buffer, then this function
+ creates a buffer with that name.
+ 
+ When called from Lisp, BUFFER can be a buffer, a string \(a buffer name),
+ or nil.  If BUFFER is nil, then this function chooses a buffer
+ using `other-buffer'.
  Optional second arg NORECORD non-nil means
  do not put this buffer at the front of the list of recently selected ones.
+ This function returns the buffer it switched to.
  
  This uses the function `display-buffer' as a subroutine; see its
  documentation for additional customization information."




reply via email to

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