# HG changeset patch # User Richard M. Stallman # Date 874130531 0 # Node ID fa98896435967efdada787ceeb28075fc08d2db4 # Parent 1a1c332f5b46563260a65013d0eb7c599ca48007 (syms_of_minibuf): Doc fix. diff -r 1a1c332f5b46 -r fa9889643596 src/minibuf.c --- 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,