summaryrefslogtreecommitdiff
path: root/src/minibuf.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-08 08:20:17 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-08 08:20:17 +0000
commitff7a9769933e4e79107f7e4a810792e29862d011 (patch)
tree53d65d695595803cc4aa37e6b0230089f9f09666 /src/minibuf.c
parent5601eb561932becf5248de2303d817a36036c099 (diff)
downloademacs-ff7a9769933e4e79107f7e4a810792e29862d011.tar.gz
(syms_of_minibuf): Doc fix.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r--src/minibuf.c3
1 files changed, 2 insertions, 1 deletions
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,