From: Richard M. Stallman Date: Sun, 8 Dec 1996 08:20:17 +0000 (+0000) Subject: (syms_of_minibuf): Doc fix. X-Git-Tag: emacs-20.1~3304 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e98bcc1abdfdeacb3171d1488000f8e22d3edb33;p=emacs.git (syms_of_minibuf): Doc fix. --- 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,