Fix 2012-09-11T14:06:33Z!bastien1@free.fr.
authorBastien Guerry <bastien1@free.fr>
Tue, 11 Sep 2012 17:43:21 +0000 (19:43 +0200)
committerBastien Guerry <bastien1@free.fr>
Tue, 11 Sep 2012 17:43:21 +0000 (19:43 +0200)
lisp/minibuffer.el

index 669ea58..27c5374 100644 (file)
@@ -213,8 +213,8 @@ case sensitive instead."
 (defun completion-table-subvert (table s1 s2)
   "Return a completion table from TABLE with S1 replaced by S2.
 The result is a completion table which completes strings of the
-form (concat S2 S) in the same way as TABLE completes strings of
-the form (concat S1 S)."
+form (concat S1 S) in the same way as TABLE completes strings of
+the form (concat S2 S)."
   (lambda (string pred action)
     (let* ((str (if (eq t (compare-strings string 0 (length s1) s1 nil nil
                                            completion-ignore-case))