From 6ddfc11361786ff2ea0d1917910502b8471023c1 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 19 Apr 2008 21:44:46 +0000 Subject: [PATCH] (syms_of_minibuf) : Fix docstring. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': DEFVAR_LISP ("minibuffer-completing-file-name", &Vminibuffer_completing_file_name, - doc: /* Non-nil and non-`lambda' means completing file names. */); + doc: /* Non-nil means completing file names. */); Vminibuffer_completing_file_name = Qnil; DEFVAR_LISP ("minibuffer-help-form", &Vminibuffer_help_form, -- 2.39.5