Mercurial > emacs
changeset 27697:409a708c27b3
(Ftry_completion, Fall_completions): Add a reference to
`completion-regexp-list' in the docstring.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 14 Feb 2000 23:36:15 +0000 |
parents | 87ca2bc3b05a |
children | 9c61956399b2 |
files | src/ChangeLog src/minibuf.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Mon Feb 14 18:05:57 2000 +0000 +++ b/src/minibuf.c Mon Feb 14 23:36:15 2000 +0000 @@ -1034,7 +1034,9 @@ it is used to test each possible match.\n\ The match is a candidate only if PREDICATE returns non-nil.\n\ The argument given to PREDICATE is the alist element\n\ -or the symbol from the obarray.") +or the symbol from the obarray.\n\ +Additionally to this predicate, `completion-regexp-list'\n\ +is used to further constrain the set of candidates.") (string, alist, predicate) Lisp_Object string, alist, predicate; { @@ -1281,6 +1283,8 @@ The match is a candidate only if PREDICATE returns non-nil.\n\ The argument given to PREDICATE is the alist element\n\ or the symbol from the obarray.\n\ +Additionally to this predicate, `completion-regexp-list'\n\ +is used to further constrain the set of candidates.\n\ \n\ If the optional fourth argument HIDE-SPACES is non-nil,\n\ strings in ALIST that start with a space\n\