emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109985: Fix revno 109981.


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109985: Fix revno 109981.
Date: Tue, 11 Sep 2012 19:43:21 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109985
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Tue 2012-09-11 19:43:21 +0200
message:
  Fix revno 109981.
modified:
  lisp/minibuffer.el
=== modified file 'lisp/minibuffer.el'
--- a/lisp/minibuffer.el        2012-09-11 14:06:33 +0000
+++ b/lisp/minibuffer.el        2012-09-11 17:43:21 +0000
@@ -213,8 +213,8 @@
 (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]