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
d9aa6b33
Commit
d9aa6b33
authored
May 30, 2008
by
Juanma Barranquero
Browse files
(completion-table-dynamic): Doc fix.
parent
47dd5958
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
lisp/ChangeLog
lisp/ChangeLog
+7
-4
lisp/minibuffer.el
lisp/minibuffer.el
+2
-2
No files found.
lisp/ChangeLog
View file @
d9aa6b33
2008-05-30 Juanma Barranquero <lekktu@gmail.com>
* minibuffer.el (completion-table-dynamic): Doc fix.
2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status): Try and
...
...
@@ -42,11 +46,10 @@
2008-05-29 Kenichi Handa <handa@m17n.org>
* international/mule-conf.el (utf-8-sig, utf-8-auto):
New coding
systems.
* international/mule-conf.el (utf-8-sig, utf-8-auto):
New coding
systems.
* international/mule.el (define-coding-system): Accept :bom for
utf-8.
* international/mule.el (define-coding-system): Accept :bom for utf-8.
2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
...
...
lisp/minibuffer.el
View file @
d9aa6b33
...
...
@@ -131,7 +131,7 @@ the value of its argument. If completion is performed in the minibuffer,
FUN will be called in the buffer from which the minibuffer was entered.
The result of the `dynamic-completion-table' form is a function
that can be used as the
ALIST
argument to `try-completion' and
that can be used as the
COLLECTION
argument to `try-completion' and
`all-completions'. See Info node `(elisp)Programmed Completion'."
(
lexical-let
((
fun
fun
))
(
lambda
(
string
pred
action
)
...
...
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