mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(Fdisplay_buffer): Doc fix.
This commit is contained in:
parent
ae47339f71
commit
9a7e95f339
2 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2004-03-04 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* window.c (Fdisplay_buffer): Doc fix.
|
||||
|
||||
* buffer.c (Fpop_to_buffer): Doc fix.
|
||||
|
||||
2004-03-03 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
|
||||
|
|
|
|||
|
|
@ -3268,9 +3268,10 @@ Returns the window displaying BUFFER.
|
|||
If `display-buffer-reuse-frames' is non-nil, and another frame is currently
|
||||
displaying BUFFER, then simply raise that frame.
|
||||
|
||||
The variables `special-display-buffer-names', `special-display-regexps',
|
||||
`same-window-buffer-names', and `same-window-regexps' customize how certain
|
||||
buffer names are handled.
|
||||
The variables `special-display-buffer-names',
|
||||
`special-display-regexps', `same-window-buffer-names', and
|
||||
`same-window-regexps' customize how certain buffer names are handled.
|
||||
The latter two take effect only if NOT-THIS-WINDOW is t.
|
||||
|
||||
If optional argument FRAME is `visible', search all visible frames.
|
||||
If FRAME is 0, search all visible and iconified frames.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue