diff lisp/minibuffer.el @ 94736:3a7862f514d0

(completion-table-with-predicate): Don't use `iff' in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 08 May 2008 03:37:39 +0000
parents ee5932bf781d
children 096cfec41046
line wrap: on
line diff
--- 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'.