changeset 19902:fa9889643596

(syms_of_minibuf): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 06:02:11 +0000
parents 1a1c332f5b46
children bfd7fbd77e8a
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/minibuf.c	Sat Sep 13 04:32:07 1997 +0000
+++ b/src/minibuf.c	Sat Sep 13 06:02:11 1997 +0000
@@ -2002,9 +2002,7 @@
 
   DEFVAR_BOOL ("enable-recursive-minibuffers", &enable_recursive_minibuffers,
     "*Non-nil means to allow minibuffer commands while in the minibuffer.\n\
-More precisely, this variable makes a difference when the minibuffer window\n\
-is the selected window.  If you are in some other window, minibuffer commands\n\
-are allowed even if a minibuffer is active.");
+This variable makes a difference whenever the minibuffer window is active.");
   enable_recursive_minibuffers = 0;
 
   DEFVAR_LISP ("minibuffer-completion-table", &Vminibuffer_completion_table,