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
ed160f1f
Commit
ed160f1f
authored
Jul 05, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fixes.
parent
fa8fb184
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/window.c
src/window.c
+3
-4
No files found.
src/window.c
View file @
ed160f1f
...
...
@@ -843,7 +843,7 @@ minibuffer even if it is active.\n\
\n\
Several frames may share a single minibuffer; if the minibuffer\n\
counts, all windows on all frames that share that minibuffer count\n\
too. Th
is means that
next-window
may
be used to iterate through the\n\
too. Th
erefore, `
next-window
' can
be used to iterate through the\n\
set of windows even when the minibuffer is on another frame. If the\n\
minibuffer does not count, only windows from WINDOW's frame count.\n\
\n\
...
...
@@ -960,10 +960,9 @@ minibuffer even if it is active.\n\
\n\
Several frames may share a single minibuffer; if the minibuffer\n\
counts, all windows on all frames that share that minibuffer count\n\
too. Th
is means that
previous-window
may
be used to iterate through\n\
too. Th
erefore, `
previous-window
' can
be used to iterate through\n\
the set of windows even when the minibuffer is on another frame. If\n\
the minibuffer does not count, only windows from WINDOW's frame\n\
count.\n\
the minibuffer does not count, only windows from WINDOW's frame count\n\
\n\
Optional third arg ALL-FRAMES t means include windows on all frames.\n\
ALL-FRAMES nil or omitted means cycle within the frames as specified\n\
...
...
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