Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cf43708e
Commit
cf43708e
authored
May 08, 2008
by
Juanma Barranquero
Browse files
(completion-table-with-predicate): Don't use `iff' in docstring.
parent
398d17da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/minibuffer.el
lisp/minibuffer.el
+1
-1
No files found.
lisp/minibuffer.el
View file @
cf43708e
...
...
@@ -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 i
f 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'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment