From 7e3e3ad1e578ac6f7d9505beb52056682cfb6e36 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Sep 1997 06:02:11 +0000 Subject: [PATCH] (syms_of_minibuf): Doc fix. --- src/minibuf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/minibuf.c b/src/minibuf.c index f54bea2a84c..d5570a12436 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -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, -- 2.39.5