Mercurial > emacs
comparison src/minibuf.c @ 19902:fa9889643596
(syms_of_minibuf): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 13 Sep 1997 06:02:11 +0000 |
parents | 6fad157cece4 |
children | de449ef32afd |
comparison
equal
deleted
inserted
replaced
19901:1a1c332f5b46 | 19902:fa9889643596 |
---|---|
2000 "Non-nil means don't consider case significant in completion."); | 2000 "Non-nil means don't consider case significant in completion."); |
2001 completion_ignore_case = 0; | 2001 completion_ignore_case = 0; |
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\ |
2005 More precisely, this variable makes a difference when the minibuffer window\n\ | 2005 This variable makes a difference whenever the minibuffer window is active."); |
2006 is the selected window. If you are in some other window, minibuffer commands\n\ | |
2007 are 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, |
2011 "Alist or obarray used for completion in the minibuffer.\n\ | 2009 "Alist or obarray used for completion in the minibuffer.\n\ |
2012 This becomes the ALIST argument to `try-completion' and `all-completion'.\n\ | 2010 This becomes the ALIST argument to `try-completion' and `all-completion'.\n\ |