# HG changeset patch # User Juanma Barranquero # Date 1165792945 0 # Node ID 6d7e4ace438f0c3a94300d3e17a5ea844361098b # Parent 21b2a6ce1aa921ddb761c14dc3211aa804481885 (syms_of_minibuf) : Doc fix. diff -r 21b2a6ce1aa9 -r 6d7e4ace438f src/minibuf.c --- a/src/minibuf.c Sun Dec 10 23:20:13 2006 +0000 +++ b/src/minibuf.c Sun Dec 10 23:22:25 2006 +0000 @@ -2877,10 +2877,10 @@ 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,