Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b9b84fd3
Commit
b9b84fd3
authored
Feb 14, 2000
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Ftry_completion, Fall_completions): Add a reference to
`completion-regexp-list' in the docstring.
parent
3a28db80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/minibuf.c
src/minibuf.c
+5
-1
No files found.
src/ChangeLog
View file @
b9b84fd3
No preview for this file type
src/minibuf.c
View file @
b9b84fd3
...
...
@@ -1034,7 +1034,9 @@ If optional third argument PREDICATE is non-nil,\n\
it is used to test each possible match.
\n
\
The match is a candidate only if PREDICATE returns non-nil.
\n
\
The argument given to PREDICATE is the alist element
\n
\
or the symbol from the obarray."
)
or the symbol from the obarray.
\n
\
Additionally to this predicate, `completion-regexp-list'
\n
\
is used to further constrain the set of candidates."
)
(
string
,
alist
,
predicate
)
Lisp_Object
string
,
alist
,
predicate
;
{
...
...
@@ -1281,6 +1283,8 @@ it is used to test each possible match.\n\
The match is a candidate only if PREDICATE returns non-nil.
\n
\
The argument given to PREDICATE is the alist element
\n
\
or the symbol from the obarray.
\n
\
Additionally to this predicate, `completion-regexp-list'
\n
\
is used to further constrain the set of candidates.
\n
\
\n
\
If the optional fourth argument HIDE-SPACES is non-nil,
\n
\
strings in ALIST that start with a space
\n
\
...
...
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