From e8061cd98c74f3fc76dcf04d0e7ab6557a691d07 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 19 Aug 2008 04:34:54 +0000 Subject: [PATCH] (completion-table-dynamic): Doc fix. --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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)) -- 2.39.5