aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-13 06:02:11 +0000
committerRichard M. Stallman1997-09-13 06:02:11 +0000
commit7e3e3ad1e578ac6f7d9505beb52056682cfb6e36 (patch)
tree16769e663964186d7147c2370cc21cbd928b2509 /src
parenta2e1d90c4ba17f9085454b00025e2ea95d84893c (diff)
downloademacs-7e3e3ad1e578ac6f7d9505beb52056682cfb6e36.tar.gz
emacs-7e3e3ad1e578ac6f7d9505beb52056682cfb6e36.zip
(syms_of_minibuf): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c4
1 files changed, 1 insertions, 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.");
2002 2002
2003 DEFVAR_BOOL ("enable-recursive-minibuffers", &enable_recursive_minibuffers, 2003 DEFVAR_BOOL ("enable-recursive-minibuffers", &enable_recursive_minibuffers,
2004 "*Non-nil means to allow minibuffer commands while in the minibuffer.\n\ 2004 "*Non-nil means to allow minibuffer commands while in the minibuffer.\n\
2005More precisely, this variable makes a difference when the minibuffer window\n\ 2005This variable makes a difference whenever the minibuffer window is active.");
2006is the selected window. If you are in some other window, minibuffer commands\n\
2007are allowed even if a minibuffer is active.");
2008 enable_recursive_minibuffers = 0; 2006 enable_recursive_minibuffers = 0;
2009 2007
2010 DEFVAR_LISP ("minibuffer-completion-table", &Vminibuffer_completion_table, 2008 DEFVAR_LISP ("minibuffer-completion-table", &Vminibuffer_completion_table,