From: Chong Yidong Date: Sat, 6 Sep 2008 17:24:45 +0000 (+0000) Subject: (Recursive Edit): Note that top-level exits active minibuffers. X-Git-Tag: emacs-pretest-23.0.90~2997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25ed034e4fe5455f674a13118ac0c768eeae94a8;p=emacs.git (Recursive Edit): Note that top-level exits active minibuffers. --- 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