mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(completion-table-with-predicate): Don't use `iff' in docstring.
This commit is contained in:
parent
398d17daba
commit
cf43708e71
@ -160,7 +160,7 @@ You should give VAR a non-nil `risky-local-variable' property."
|
||||
|
||||
(defun completion-table-with-predicate (table pred1 strict string pred2 action)
|
||||
"Make a completion table equivalent to TABLE but filtered through PRED1.
|
||||
PRED1 is a function of one argument which returns non-nil iff the
|
||||
PRED1 is a function of one argument which returns non-nil if and only if the
|
||||
argument is an element of TABLE which should be considered for completion.
|
||||
STRING, PRED2, and ACTION are the usual arguments to completion tables,
|
||||
as described in `try-completion', `all-completions', and `test-completion'.
|
||||
|
Loading…
Reference in New Issue
Block a user