From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:02:11 +0000 (+0000) Subject: (syms_of_minibuf): Doc fix. X-Git-Tag: emacs-20.1~46 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e3e3ad1e578ac6f7d9505beb52056682cfb6e36;p=emacs.git (syms_of_minibuf): Doc fix. --- 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,