1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(completion-table-with-predicate): Don't use `iff' in docstring.

This commit is contained in:
Juanma Barranquero 2008-05-08 03:37:39 +00:00
parent 398d17daba
commit cf43708e71

View File

@ -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'.