diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 6e54d8c3ba5..58adde1bf66 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2471,7 +2471,12 @@ The basic completion functions only consider a completion acceptable | |||
| 2471 | if it matches all regular expressions in this list, with | 2471 | if it matches all regular expressions in this list, with |
| 2472 | `case-fold-search' bound to the value of `completion-ignore-case'. | 2472 | `case-fold-search' bound to the value of `completion-ignore-case'. |
| 2473 | See Info node `(elisp)Basic Completion', for a description of these | 2473 | See Info node `(elisp)Basic Completion', for a description of these |
| 2474 | functions. */); | 2474 | functions. |
| 2475 | |||
| 2476 | Do not set this variable to a non-nil value globally, as that is not | ||
| 2477 | safe and will probably cause errors in completion commands. This | ||
| 2478 | variable should be only let-bound to non-nil values around calls to | ||
| 2479 | basic completion functions like `try-completion' and `all-completions'. */); | ||
| 2475 | Vcompletion_regexp_list = Qnil; | 2480 | Vcompletion_regexp_list = Qnil; |
| 2476 | 2481 | ||
| 2477 | DEFVAR_BOOL ("minibuffer-allow-text-properties", | 2482 | DEFVAR_BOOL ("minibuffer-allow-text-properties", |