From e98bcc1abdfdeacb3171d1488000f8e22d3edb33 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 8 Dec 1996 08:20:17 +0000 Subject: [PATCH] (syms_of_minibuf): Doc fix. --- src/minibuf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index f99bffdf556..e7f8a88e306 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -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, -- 2.39.5