Mercurial > emacs
changeset 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 | 2b39e9f51e54 |
children | f94711def01d |
files | lisp/minibuffer.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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'.