]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_minibuf): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:02:11 +0000 (06:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 13 Sep 1997 06:02:11 +0000 (06:02 +0000)
src/minibuf.c

index f54bea2a84c67f6e50e19ccd6183ceb0c831bd91..d5570a12436923e759f3a7f900bdf4191e2b407a 100644 (file)
@@ -2002,9 +2002,7 @@ property of a history variable overrides this default.");
 
   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,