branch: externals/mct commit c6a26fdf3d552b31fc13fc238c58dc58b68c60df Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix a typo --- mct.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mct.el b/mct.el index 2fc240b240..cd76d24697 100644 --- a/mct.el +++ b/mct.el @@ -233,7 +233,7 @@ completion category is set to sort by history)." :key-type (choice symbol (repeat symbol)) :value-type (choice (const :tag "Sort A-Z" mct-sort-by-alpha) - (const :tag "Sort A-Z then short to long" mct-sort-by-alpha-then-by-length) + (const :tag "Sort A-Z then from short to long" mct-sort-by-alpha-then-by-length) (const :tag "Sort by minibuffer history" mct-sort-by-history) (const :tag "Sort by directory then by file" mct-sort-by-directory-then-by-file) (function :tag "Custom sort function accepting COMPLETIONS argument")))