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
d1200087
Commit
d1200087
authored
Mar 19, 2010
by
Juanma Barranquero
Browse files
* lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.
parent
f454672b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/minibuffer.el
lisp/minibuffer.el
+2
-2
No files found.
lisp/ChangeLog
View file @
d1200087
2010-03-19 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (completion-in-region-functions): Fix docstring typos.
2010-03-18 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-highlight-face): Restore option deleted
...
...
lisp/minibuffer.el
View file @
d1200087
...
...
@@ -1099,12 +1099,12 @@ variables.")
(
exit-minibuffer
))
(
defvar
completion-in-region-functions
nil
"Wrapper hook around `complet
e
-in-region'.
"Wrapper hook around `complet
ion
-in-region'.
The functions on this special hook are called with 5 arguments:
NEXT-FUN START END COLLECTION PREDICATE.
NEXT-FUN is a function of four arguments (START END COLLECTION PREDICATE)
that performs the default operation. The other four argument are like
the ones passed to `complet
e
-in-region'. The functions on this hook
the ones passed to `complet
ion
-in-region'. The functions on this hook
are expected to perform completion on START..END using COLLECTION
and PREDICATE, either by calling NEXT-FUN or by doing it themselves."
)
...
...
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