(completion-table-dynamic): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 May 2008 19:50:26 +0000 (19:50 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 May 2008 19:50:26 +0000 (19:50 +0000)
lisp/ChangeLog
lisp/minibuffer.el

index a4634a6..dad37a4 100644 (file)
@@ -1,3 +1,7 @@
+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
 
 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)
 
index 8dd0c77..510fe4b 100644 (file)
@@ -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)
@@ -978,7 +978,7 @@ specified by COMMON-SUBSTRING."
     (let ((start (length (file-name-directory string)))
           (end (string-match "/" (cdr action))))
       (list* 'boundaries start end)))
-    
+
    (t
     (let* ((dir (if (stringp pred)
                     ;; It used to be that `pred' was abused to pass `dir'