bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#12347: 24.2.50; doc of `completion-table-subvert'


From: Stefan Monnier
Subject: bug#12347: 24.2.50; doc of `completion-table-subvert'
Date: Tue, 11 Sep 2012 13:27:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> -form (concat S1 S) in the same way as TABLE completes strings of
> -the form (concat S2 S)."
> +form (concat S2 S) in the same way as TABLE completes strings of
> +the form (concat S1 S)."

That's wrong.  Check the code: it's (concat S2 S), aka `str', which is
passed to TABLE, not (concat S1 S).


        Stefan





reply via email to

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