changeset 98042:254287aa10ea

(Ftop_level): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 06 Sep 2008 17:22:05 +0000
parents 0111106ca522
children e8b9418aaa92
files src/keyboard.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat Sep 06 17:21:57 2008 +0000
+++ b/src/keyboard.c	Sat Sep 06 17:22:05 2008 +0000
@@ -1361,7 +1361,8 @@
 }
 
 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