emacs-devel
[Top][All Lists]
Advanced

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

Reversed meaning of OTHER-WINDOW in Fpop_to_buffer.


From: Juanma Barranquero
Subject: Reversed meaning of OTHER-WINDOW in Fpop_to_buffer.
Date: Sun, 25 Apr 2004 18:50:32 +0200

This change

2004-03-04  Richard M. Stallman  <address@hidden>

        * buffer.c (Fpop_to_buffer): Doc fix.

changed 

  If optional second arg OTHER-WINDOW is non-nil, insist on finding another
  window even if BUFFER is already visible in the selected window.

to

  If optional second arg OTHER-WINDOW is nil, insist on finding another
  window even if BUFFER is already visible in the selected window,
  and ignore `same-window-regexps' and `same-window-buffer-names'.

i.e., OTHER-WINDOW has reversed meaning. Still, the function didn't
change and the behaviour is as the previous doc says.

                                                           /L/e/k/t/u





reply via email to

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