]> git.eshelyaron.com Git - emacs.git/commitdiff
(completion-table-with-predicate): Don't use `iff' in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 8 May 2008 03:37:39 +0000 (03:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 8 May 2008 03:37:39 +0000 (03:37 +0000)
lisp/minibuffer.el

index 79339e0958db94739f57cb4b20b3091977549c5b..de69f5337e7f38544e3c23cc558d4c73ee231125 100644 (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'.