summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-09-06 17:22:05 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-09-06 17:22:05 +0000
commit9252e0c0d7a37574bcab2b17028b20a5b5f94fa8 (patch)
treee089ba8c1bd2c6d8e0e8b62d105da61152e86338 /src/keyboard.c
parent58bba8074d33ac1134dcbed69b3b87426e3af22f (diff)
downloademacs-9252e0c0d7a37574bcab2b17028b20a5b5f94fa8.tar.gz
(Ftop_level): Doc fix.
Diffstat (limited to 'src/keyboard.c')
-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 ()
}
DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, "",
- doc: /* Exit all recursive editing levels. */)
+ doc: /* Exit all recursive editing levels.
+This also exits all active minibuffers. */)
()
{
#ifdef HAVE_WINDOW_SYSTEM