diff options
| author | Chong Yidong | 2009-03-17 04:37:41 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-03-17 04:37:41 +0000 |
| commit | 1b79e224675578e11bfe3569de212d84d89445d0 (patch) | |
| tree | eb99ddfbf7565770aa050a558956f46ce2ead637 /src | |
| parent | 48d37adfdc5107668339b52f99b1e791fcf90cb0 (diff) | |
| download | emacs-1b79e224675578e11bfe3569de212d84d89445d0.tar.gz emacs-1b79e224675578e11bfe3569de212d84d89445d0.zip | |
(Vminibuffer_completion_confirm): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 9daffac2525..138581fb835 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2202,8 +2202,8 @@ If the value is `confirm', the user may exit with an input that is not | |||
| 2202 | a valid completion alternative, but Emacs asks for confirmation. | 2202 | a valid completion alternative, but Emacs asks for confirmation. |
| 2203 | If the value is `confirm-after-completion', the user may exit with an | 2203 | If the value is `confirm-after-completion', the user may exit with an |
| 2204 | input that is not a valid completion alternative, but Emacs asks for | 2204 | input that is not a valid completion alternative, but Emacs asks for |
| 2205 | confirmation if the user submitted the input right after | 2205 | confirmation if the user submitted the input right after any of the |
| 2206 | `minibuffer-complete'. */); | 2206 | completion commands listed in `minibuffer-confirm-exit-commands'. */); |
| 2207 | Vminibuffer_completion_confirm = Qnil; | 2207 | Vminibuffer_completion_confirm = Qnil; |
| 2208 | 2208 | ||
| 2209 | DEFVAR_LISP ("minibuffer-completing-file-name", | 2209 | DEFVAR_LISP ("minibuffer-completing-file-name", |