From: Juanma Barranquero Date: Sun, 10 Dec 2006 23:22:25 +0000 (+0000) Subject: (syms_of_minibuf) : Doc fix. X-Git-Tag: emacs-pretest-22.0.92~168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2ef97149f26633aaaefc2106c9c75719957eb3a;p=emacs.git (syms_of_minibuf) : Doc fix. --- diff --git a/src/minibuf.c b/src/minibuf.c index d17e9238a1c..28f4a453ec7 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2877,10 +2877,10 @@ The value may alternatively be a function, which is given three arguments: STRING, the current buffer contents; PREDICATE, the predicate for filtering possible matches; CODE, which says what kind of things to do. -CODE can be nil, t or `lambda'. -nil means to return the best completion of STRING, or nil if there is none. -t means to return a list of all possible completions of STRING. -`lambda' means to return t if STRING is a valid completion as it stands. */); +CODE can be nil, t or `lambda': + nil -- return the best completion of STRING, or nil if there is none. + t -- return a list of all possible completions of STRING. + lambda -- return t if STRING is a valid completion as it stands. */); Vminibuffer_completion_table = Qnil; DEFVAR_LISP ("minibuffer-completion-predicate", &Vminibuffer_completion_predicate,