Mercurial > emacs
changeset 97550:dc32b170fe16
(completion-table-dynamic): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 19 Aug 2008 04:34:54 +0000 |
parents | 8dc8732efc4f |
children | 55cfb0e18e32 |
files | lisp/minibuffer.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/minibuffer.el Tue Aug 19 04:34:43 2008 +0000 +++ b/lisp/minibuffer.el Tue Aug 19 04:34:54 2008 +0000 @@ -130,7 +130,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 +The result of the `completion-table-dynamic' form is a function that can be used as the COLLECTION argument to `try-completion' and `all-completions'. See Info node `(elisp)Programmed Completion'." (lexical-let ((fun fun))