summaryrefslogtreecommitdiff
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
commite98bcc1abdfdeacb3171d1488000f8e22d3edb33 (patch)
tree070ec1ef11eadc8da5d233ab11dbcd54d1c7c6e4
parentc9ed721db0e2c1b97969c88f3c7405ce4ec7a522 (diff)
downloademacs-e98bcc1abdfdeacb3171d1488000f8e22d3edb33.tar.gz
(syms_of_minibuf): Doc fix.
-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,