Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5372262f
Commit
5372262f
authored
Aug 14, 2000
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix embedded comment.
(syms_of_window): Fix doc string.
parent
59927f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/window.c
src/window.c
+2
-2
No files found.
src/window.c
View file @
5372262f
...
...
@@ -613,7 +613,7 @@ If they are on the border between WINDOW and its right sibling,\n\
Check if window W contains coordinates *CW->x and *CW->y. If it
does, return W in *CW->window, as Lisp_Object, and return in
*CW->part the part of the window under coordinates *X
/
*Y. Return
*CW->part the part of the window under coordinates *X
,
*Y. Return
zero from this function to stop iterating over windows. */
struct
check_window_data
...
...
@@ -5372,7 +5372,7 @@ work using this function.");
pop_up_frames
=
0
;
DEFVAR_BOOL
(
"display-buffer-reuse-frames"
,
&
display_buffer_reuse_frames
,
"*Non-nil means `display-buffer' should reuse frames.
"*Non-nil means `display-buffer' should reuse frames.
\n
\
If the buffer in question is already displayed in a frame, raise that frame."
);
display_buffer_reuse_frames
=
0
;
...
...
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