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
5c4d25a6
Commit
5c4d25a6
authored
Jan 04, 1996
by
Karl Heuer
Browse files
(Fprevious_window, Fwindow_configuration_p): Doc fix.
parent
690337b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/window.c
src/window.c
+4
-4
No files found.
src/window.c
View file @
5c4d25a6
...
...
@@ -1023,7 +1023,7 @@ DEFUN ("next-window", Fnext_window, Snext_window, 0, 3, 0,
else break;
}
}
/* Which windows are accept
i
ble?
/* Which windows are accept
a
ble?
Exit the loop and accept this window if
this isn't a minibuffer window,
or we're accepting all minibuffer windows,
...
...
@@ -1042,7 +1042,7 @@ DEFUN ("next-window", Fnext_window, Snext_window, 0, 3, 0,
due to limits in the Unix cpp.
DEFUN ("previous-window", Ffoo, Sfoo, 0, 3, 0,
"Return the window prece
e
ding WINDOW in canonical ordering of windows.\n\
"Return the window preceding WINDOW in canonical ordering of windows.\n\
If omitted, WINDOW defaults to the selected window.\n\
\n\
Optional second arg MINIBUF t means count the minibuffer window even\n\
...
...
@@ -1185,7 +1185,7 @@ DEFUN ("previous-window", Fprevious_window, Sprevious_window, 0, 3, 0,
window = tem;
}
}
/* Which windows are accept
i
ble?
/* Which windows are accept
a
ble?
Exit the loop and accept this window if
this isn't a minibuffer window,
or we're accepting all minibuffer windows,
...
...
@@ -2988,7 +2988,7 @@ struct saved_window
((struct saved_window *) (XVECTOR ((swv)->contents[(n)])))
DEFUN ("window-configuration-p", Fwindow_configuration_p, Swindow_configuration_p, 1, 1, 0,
"T if OBJECT is a window-configration object.")
"T if OBJECT is a window-config
u
ration object.")
(obj)
Lisp_Object obj;
{
...
...
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