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
d595eca0
Commit
d595eca0
authored
Sep 10, 1996
by
Richard M. Stallman
Browse files
Clarify value returned by programmed completion function.
parent
e4f79258
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
lispref/minibuf.texi
lispref/minibuf.texi
+6
-2
No files found.
lispref/minibuf.texi
View file @
d595eca0
...
...
@@ -1060,8 +1060,12 @@ A flag specifying the type of operation.
@item
@code{nil} specifies @code{try-completion}. The completion function
should return the completion of the specified string, or @code{t} if the
string is an exact match already, or @code{nil} if the string matches no
possibility.
string is a unique and exact match already, or @code{nil} if the string
matches no possibility.
If the string is an exact match for one possibility, but also matches
other longer possibilities, the function shuold return the string, not
@code{t}.
@item
@code{t} specifies @code{all-completions}. The completion function
...
...
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