Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5abcf432
Commit
5abcf432
authored
May 30, 1996
by
Richard M. Stallman
Browse files
(Fdisplay_buffer): Doc fix.
parent
1277e7a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/window.c
src/window.c
+5
-1
No files found.
src/window.c
View file @
5abcf432
...
...
@@ -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
;
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment