]> git.eshelyaron.com Git - emacs.git/commitdiff
(completion-table-dynamic): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 19 Aug 2008 04:34:54 +0000 (04:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 19 Aug 2008 04:34:54 +0000 (04:34 +0000)
lisp/minibuffer.el

index 35f0c107b2c69a52d80dd02dbc41486bf42686e7..d33bd5f9836bb0a3447bd64a3908cc772c8d843e 100644 (file)
@@ -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))