diff options
| author | Richard M. Stallman | 1994-07-05 06:18:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-05 06:18:33 +0000 |
| commit | ed160f1fa462881bdeaca94283b878ba22d8674a (patch) | |
| tree | dee7cbcf807db63cf5f1da22df50ba727633a967 /src | |
| parent | fa8fb184b3cd1faa8a58dd5398ae0a83aa9a3209 (diff) | |
| download | emacs-ed160f1fa462881bdeaca94283b878ba22d8674a.tar.gz emacs-ed160f1fa462881bdeaca94283b878ba22d8674a.zip | |
Doc fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c index 0770c44e9d5..9c601be8cc7 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -843,7 +843,7 @@ minibuffer even if it is active.\n\ | |||
| 843 | \n\ | 843 | \n\ |
| 844 | Several frames may share a single minibuffer; if the minibuffer\n\ | 844 | Several frames may share a single minibuffer; if the minibuffer\n\ |
| 845 | counts, all windows on all frames that share that minibuffer count\n\ | 845 | counts, all windows on all frames that share that minibuffer count\n\ |
| 846 | too. This means that next-window may be used to iterate through the\n\ | 846 | too. Therefore, `next-window' can be used to iterate through the\n\ |
| 847 | set of windows even when the minibuffer is on another frame. If the\n\ | 847 | set of windows even when the minibuffer is on another frame. If the\n\ |
| 848 | minibuffer does not count, only windows from WINDOW's frame count.\n\ | 848 | minibuffer does not count, only windows from WINDOW's frame count.\n\ |
| 849 | \n\ | 849 | \n\ |
| @@ -960,10 +960,9 @@ minibuffer even if it is active.\n\ | |||
| 960 | \n\ | 960 | \n\ |
| 961 | Several frames may share a single minibuffer; if the minibuffer\n\ | 961 | Several frames may share a single minibuffer; if the minibuffer\n\ |
| 962 | counts, all windows on all frames that share that minibuffer count\n\ | 962 | counts, all windows on all frames that share that minibuffer count\n\ |
| 963 | too. This means that previous-window may be used to iterate through\n\ | 963 | too. Therefore, `previous-window' can be used to iterate through\n\ |
| 964 | the set of windows even when the minibuffer is on another frame. If\n\ | 964 | the set of windows even when the minibuffer is on another frame. If\n\ |
| 965 | the minibuffer does not count, only windows from WINDOW's frame\n\ | 965 | the minibuffer does not count, only windows from WINDOW's frame count\n\ |
| 966 | count.\n\ | ||
| 967 | \n\ | 966 | \n\ |
| 968 | Optional third arg ALL-FRAMES t means include windows on all frames.\n\ | 967 | Optional third arg ALL-FRAMES t means include windows on all frames.\n\ |
| 969 | ALL-FRAMES nil or omitted means cycle within the frames as specified\n\ | 968 | ALL-FRAMES nil or omitted means cycle within the frames as specified\n\ |