diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/misc.texi | 3 |
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 | |||
| 2153 | wish, you can then abort the next recursive editing level. | 2153 | wish, you can then abort the next recursive editing level. |
| 2154 | 2154 | ||
| 2155 | Alternatively, the command @kbd{M-x top-level} aborts all levels of | 2155 | Alternatively, the command @kbd{M-x top-level} aborts all levels of |
| 2156 | recursive edits, returning immediately to the top-level command reader. | 2156 | recursive edits, returning immediately to the top-level command |
| 2157 | reader. It also exits the minibuffer, if it is active. | ||
| 2157 | 2158 | ||
| 2158 | The text being edited inside the recursive edit need not be the same text | 2159 | The text being edited inside the recursive edit need not be the same text |
| 2159 | that you were editing at top level. It depends on what the recursive edit | 2160 | that you were editing at top level. It depends on what the recursive edit |