]> git.eshelyaron.com Git - emacs.git/commitdiff
(Recursive Edit): Note that top-level exits active minibuffers.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 6 Sep 2008 17:24:45 +0000 (17:24 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 6 Sep 2008 17:24:45 +0000 (17:24 +0000)
doc/emacs/misc.texi

index 97b1d96e970a671dcd42fd531cae0b13eaba8dee..01edc5f3ef0c23005fb27d1bf1f28186a8e8acc5 100644 (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