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
3e38b2bd
Commit
3e38b2bd
authored
Dec 06, 2009
by
Stefan Monnier
Browse files
(completion-in-region): Improve docstring.
parent
8b5a10db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/minibuffer.el
lisp/minibuffer.el
+1
-0
No files found.
lisp/minibuffer.el
View file @
3e38b2bd
...
...
@@ -1078,6 +1078,7 @@ and PREDICATE, either by calling NEXT-FUN or by doing it themselves.")
(
defun
completion-in-region
(
start
end
collection
&optional
predicate
)
"Complete the text between START and END using COLLECTION.
Return nil if there is no valid completion, else t.
Point needs to be somewhere between START and END."
;; FIXME: some callers need to setup completion-ignore-case,
;; completion-ignored-extensions. The latter can be embedded in the
...
...
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