(Recursive Edit): Note that top-level exits active minibuffers.

This commit is contained in:
Chong Yidong 2008-09-06 17:24:45 +00:00
parent 0fc0d844d0
commit 25ed034e4f

View file

@ -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