diff options
| author | Stefan Monnier | 2008-04-19 21:44:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-19 21:44:46 +0000 |
| commit | 6ddfc11361786ff2ea0d1917910502b8471023c1 (patch) | |
| tree | 04328fa2e14c37ca49cf0e65a620428dcff21664 /src | |
| parent | f51f97dde36cbcfb1848bb597088412f64a77356 (diff) | |
| download | emacs-6ddfc11361786ff2ea0d1917910502b8471023c1.tar.gz emacs-6ddfc11361786ff2ea0d1917910502b8471023c1.zip | |
(syms_of_minibuf) <minibuffer-completing-file-name>: Fix docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index dae6918e073..34f16c2dc95 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2159,7 +2159,7 @@ CODE can be nil, t or `lambda': | |||
| 2159 | 2159 | ||
| 2160 | DEFVAR_LISP ("minibuffer-completing-file-name", | 2160 | DEFVAR_LISP ("minibuffer-completing-file-name", |
| 2161 | &Vminibuffer_completing_file_name, | 2161 | &Vminibuffer_completing_file_name, |
| 2162 | doc: /* Non-nil and non-`lambda' means completing file names. */); | 2162 | doc: /* Non-nil means completing file names. */); |
| 2163 | Vminibuffer_completing_file_name = Qnil; | 2163 | Vminibuffer_completing_file_name = Qnil; |
| 2164 | 2164 | ||
| 2165 | DEFVAR_LISP ("minibuffer-help-form", &Vminibuffer_help_form, | 2165 | DEFVAR_LISP ("minibuffer-help-form", &Vminibuffer_help_form, |