branch: externals/mct commit e4e99a9139e9e95777058a75c11478556662875e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix a typo --- README.org | 2 +- mct.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 5f48153bcd..0b18d2b749 100644 --- a/README.org +++ b/README.org @@ -543,7 +543,7 @@ are: To not perform any sorting on the completion candidates that match =SYMBOLS= set =SORT-FUNCTION= to ~nil~. -If there are conflicting configurations between a =SYMBOLS= function or +If there are conflicting configurations between a =SYMBOLS= function and completion category, then the function takes precedence (for example ~find-file~ is set to sort directories first whereas the ~file~ completion category is set to sort by history). diff --git a/mct.el b/mct.el index f073fe5611..5fb14693ed 100644 --- a/mct.el +++ b/mct.el @@ -242,7 +242,7 @@ are: To not perform any sorting on the completion candidates that match SYMBOLS set SORT-FUNCTION to nil. -If there are conflicting configurations between a SYMBOLS function or +If there are conflicting configurations between a SYMBOLS function and completion category, then the function takes precedence (for example `find-file' is set to sort directories first whereas the `file' completion category is set to sort by history)."