mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(Fdisplay_buffer): Doc fix.
This commit is contained in:
parent
1277e7a2f7
commit
5abcf43247
1 changed files with 5 additions and 1 deletions
|
|
@ -1999,7 +1999,11 @@ If BUFFER is shown already in some window, just use that one,\n\
|
|||
unless the window is the selected window and the optional second\n\
|
||||
argument NOT-THIS-WINDOW is non-nil (interactively, with prefix arg).\n\
|
||||
If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER.\n\
|
||||
Returns the window displaying BUFFER.")
|
||||
Returns the window displaying BUFFER.\n\
|
||||
\n\
|
||||
The variables `special-display-buffer-names', `special-display-regexps',\n\
|
||||
`same-window-buffer-names', and `same-window-regexps' customize how certain\n\
|
||||
buffer names are handled.")
|
||||
(buffer, not_this_window)
|
||||
register Lisp_Object buffer, not_this_window;
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue