# HG changeset patch # User Juanma Barranquero # Date 1210217859 0 # Node ID 3a7862f514d0fd6880d9ea862ea6adf647100c01 # Parent 2b39e9f51e54a40ae68d731868c97a39c7660fb7 (completion-table-with-predicate): Don't use `iff' in docstring. diff -r 2b39e9f51e54 -r 3a7862f514d0 lisp/minibuffer.el --- a/lisp/minibuffer.el Thu May 08 03:37:07 2008 +0000 +++ b/lisp/minibuffer.el Thu May 08 03:37:39 2008 +0000 @@ -160,7 +160,7 @@ (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'.