aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index e957e7e5c8f..086ba110337 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1361,7 +1361,8 @@ top_level_1 ()
1361} 1361}
1362 1362
1363DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, "", 1363DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, "",
1364 doc: /* Exit all recursive editing levels. */) 1364 doc: /* Exit all recursive editing levels.
1365This also exits all active minibuffers. */)
1365 () 1366 ()
1366{ 1367{
1367#ifdef HAVE_WINDOW_SYSTEM 1368#ifdef HAVE_WINDOW_SYSTEM