Mercurial > hg > xemacs-beta
diff lisp/minibuf.el @ 863:42375619fa45
[xemacs-hg @ 2002-06-04 06:03:59 by andyp]
merge 21.4 windows changes, minimally tested
author | andyp |
---|---|
date | Tue, 04 Jun 2002 06:05:53 +0000 |
parents | 943eaba38521 |
children | cb22c508fb00 |
line wrap: on
line diff
--- a/lisp/minibuf.el Mon Jun 03 12:24:14 2002 +0000 +++ b/lisp/minibuf.el Tue Jun 04 06:05:53 2002 +0000 @@ -761,10 +761,10 @@ &optional predicate require-match initial-contents history default) "Read a string in the minibuffer, with completion. -Args: PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-CONTENTS, HISTORY. + PROMPT is a string to prompt with; normally it ends in a colon and a space. TABLE is an alist whose elements' cars are strings, or an obarray. -TABLE can also be a function to do the completion itself. +TABLE can also be a function which does the completion itself. PREDICATE limits completion to a subset of TABLE. See `try-completion' and `all-completions' for more details on completion, TABLE, and PREDICATE.