aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-19 04:34:54 +0000
committerChong Yidong2008-08-19 04:34:54 +0000
commite8061cd98c74f3fc76dcf04d0e7ab6557a691d07 (patch)
tree1d175703776c777603babb88a03d4be7cffdf8c3
parenta1d54bff2f020730079486f127422aaa9356afd8 (diff)
downloademacs-e8061cd98c74f3fc76dcf04d0e7ab6557a691d07.tar.gz
emacs-e8061cd98c74f3fc76dcf04d0e7ab6557a691d07.zip
(completion-table-dynamic): Doc fix.
-rw-r--r--lisp/minibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 35f0c107b2c..d33bd5f9836 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -130,7 +130,7 @@ This alist may be a full list of possible completions so that FUN can ignore
130the value of its argument. If completion is performed in the minibuffer, 130the value of its argument. If completion is performed in the minibuffer,
131FUN will be called in the buffer from which the minibuffer was entered. 131FUN will be called in the buffer from which the minibuffer was entered.
132 132
133The result of the `dynamic-completion-table' form is a function 133The result of the `completion-table-dynamic' form is a function
134that can be used as the COLLECTION argument to `try-completion' and 134that can be used as the COLLECTION argument to `try-completion' and
135`all-completions'. See Info node `(elisp)Programmed Completion'." 135`all-completions'. See Info node `(elisp)Programmed Completion'."
136 (lexical-let ((fun fun)) 136 (lexical-let ((fun fun))