emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/mct 0e99a0cd35 1/2: Use correct symbol in sample code


From: ELPA Syncer
Subject: [elpa] externals/mct 0e99a0cd35 1/2: Use correct symbol in sample code
Date: Mon, 7 Feb 2022 00:57:33 -0500 (EST)

branch: externals/mct
commit 0e99a0cd35a92c1bbb34bf2b3d9aead37cff3c60
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use correct symbol in sample code
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 3a5761c5d9..0fceae7382 100644
--- a/README.org
+++ b/README.org
@@ -1103,7 +1103,7 @@ Use `mct-sort-sort-by-alpha-length' if no history is 
available."
   (if-let ((hist (and (not (eq minibuffer-history-variable t))
                       (symbol-value minibuffer-history-variable))))
       (minibuffer--sort-by-position hist elems)
-    (mct-sort-sort-by-alpha-length elems)))
+    (my-sort-by-alpha-length elems)))
 
 (defun my-sort-multi-category (elems)
   "Sort ELEMS per completion category."



reply via email to

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