summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-09-06 17:24:45 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-09-06 17:24:45 +0000
commit4fb1da3ae2a594d58ffaf996bcbaca74e04f4c7e (patch)
tree4e94260055e8774d7d4af8b0ce4bd73439ab1dc5 /doc
parent97b3a8b5513575429b591111523c3130ef8d79ca (diff)
downloademacs-4fb1da3ae2a594d58ffaf996bcbaca74e04f4c7e.tar.gz
(Recursive Edit): Note that top-level exits active minibuffers.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/misc.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 97b1d96e970..01edc5f3ef0 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -2153,7 +2153,8 @@ immediately to the command level of the previous recursive edit. If you
wish, you can then abort the next recursive editing level.
Alternatively, the command @kbd{M-x top-level} aborts all levels of
-recursive edits, returning immediately to the top-level command reader.
+recursive edits, returning immediately to the top-level command
+reader. It also exits the minibuffer, if it is active.
The text being edited inside the recursive edit need not be the same text
that you were editing at top level. It depends on what the recursive edit