X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fminibuf.el;h=4a8ad96a9954906117754771e4ac79a3a9d30f14;hb=bdcd24d17597d1d8b37fd4fd9423aebe5aae5e44;hp=6055b8f16d3a068ecb0e93826d30d0d39af83c2b;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;p=chise%2Fxemacs-chise.git diff --git a/lisp/minibuf.el b/lisp/minibuf.el index 6055b8f..4a8ad96 100644 --- a/lisp/minibuf.el +++ b/lisp/minibuf.el @@ -67,7 +67,7 @@ The value may alternatively be a function, which is given three arguments: 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, nil if there is none, - or t if it is was already a unique completion. + or t if it is already a unique completion. 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.")