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
e9ce2497
Commit
e9ce2497
authored
Dec 12, 2000
by
Dave Love
Browse files
(Fdisplay_buffer): Doc fix.
(Fwindow_list): Remove unused var.
parent
a465f86b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/window.c
src/window.c
+1
-2
No files found.
src/window.c
View file @
e9ce2497
...
...
@@ -1621,7 +1621,6 @@ MINIBUF neither nil nor t means never include the minibuffer window.")
(frame, minibuf, window)
Lisp_Object frame, minibuf, window;
{
Lisp_Object list;
if (NILP (window))
window = selected_window;
...
...
@@ -2860,7 +2859,7 @@ If FRAME is nil, search only the selected frame\n\
which means search visible and iconified frames.\n\
\n\
If `even-window-heights' is non-nil, window heights will be evened out\n\
if displaying the buffer causes two vertically
\
adjacent windows to be\n\
if displaying the buffer causes two vertically adjacent windows to be\n\
displayed.")
(buffer, not_this_window, frame)
register Lisp_Object buffer, not_this_window, frame;
...
...
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