]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_minibuf): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Dec 1996 08:20:17 +0000 (08:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Dec 1996 08:20:17 +0000 (08:20 +0000)
src/minibuf.c

index f99bffdf556f505d229fe6ba7931673c818d5e20..e7f8a88e3060119c239aa62fd7f16bfdcad7b34e 100644 (file)
@@ -1915,7 +1915,8 @@ is added with\n\
   Vminibuffer_history_position = Qnil;
 
   DEFVAR_BOOL ("minibuffer-auto-raise", &minibuffer_auto_raise,
-    "*Non-nil means entering the minibuffer raises the minibuffer's frame.");
+    "*Non-nil means entering the minibuffer raises the minibuffer's frame.\n\
+Some uses of the echo area also raise that frame (since they use it too).");
   minibuffer_auto_raise = 0;
 
   DEFVAR_LISP ("completion-regexp-list", &Vcompletion_regexp_list,