aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-05 06:18:33 +0000
committerRichard M. Stallman1994-07-05 06:18:33 +0000
commited160f1fa462881bdeaca94283b878ba22d8674a (patch)
treedee7cbcf807db63cf5f1da22df50ba727633a967 /src
parentfa8fb184b3cd1faa8a58dd5398ae0a83aa9a3209 (diff)
downloademacs-ed160f1fa462881bdeaca94283b878ba22d8674a.tar.gz
emacs-ed160f1fa462881bdeaca94283b878ba22d8674a.zip
Doc fixes.
Diffstat (limited to 'src')
-rw-r--r--src/window.c7
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\
844Several frames may share a single minibuffer; if the minibuffer\n\ 844Several frames may share a single minibuffer; if the minibuffer\n\
845counts, all windows on all frames that share that minibuffer count\n\ 845counts, all windows on all frames that share that minibuffer count\n\
846too. This means that next-window may be used to iterate through the\n\ 846too. Therefore, `next-window' can be used to iterate through the\n\
847set of windows even when the minibuffer is on another frame. If the\n\ 847set of windows even when the minibuffer is on another frame. If the\n\
848minibuffer does not count, only windows from WINDOW's frame count.\n\ 848minibuffer 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\
961Several frames may share a single minibuffer; if the minibuffer\n\ 961Several frames may share a single minibuffer; if the minibuffer\n\
962counts, all windows on all frames that share that minibuffer count\n\ 962counts, all windows on all frames that share that minibuffer count\n\
963too. This means that previous-window may be used to iterate through\n\ 963too. Therefore, `previous-window' can be used to iterate through\n\
964the set of windows even when the minibuffer is on another frame. If\n\ 964the set of windows even when the minibuffer is on another frame. If\n\
965the minibuffer does not count, only windows from WINDOW's frame\n\ 965the minibuffer does not count, only windows from WINDOW's frame count\n\
966count.\n\
967\n\ 966\n\
968Optional third arg ALL-FRAMES t means include windows on all frames.\n\ 967Optional third arg ALL-FRAMES t means include windows on all frames.\n\
969ALL-FRAMES nil or omitted means cycle within the frames as specified\n\ 968ALL-FRAMES nil or omitted means cycle within the frames as specified\n\