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

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

[elpa] externals/mct 5943faaa73 2/3: Merge branch 'update-documentation'


From: ELPA Syncer
Subject: [elpa] externals/mct 5943faaa73 2/3: Merge branch 'update-documentation' into 'main'
Date: Wed, 9 Feb 2022 13:04:05 -0500 (EST)

branch: externals/mct
commit 5943faaa73d3e76959576e56c9a39a73ab2c73b5
Merge: f7aa93a8da b18ae72fc0
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Merge branch 'update-documentation' into 'main'
    
    Balance parentheses in documentation
    
    See merge request protesilaos/mct!6
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index fbf5e9eb5b..3769d057b4 100644
--- a/README.org
+++ b/README.org
@@ -1099,7 +1099,7 @@ accepts a custom function.  Consider any of the following 
examples:
   "Sort ELEMS first alphabetically, then by length."
   (sort elems (lambda (c1 c2)
                 (or (string-version-lessp c1 c2)
-                    (< (length c1) (length c2)))))))
+                    (< (length c1) (length c2))))))
 
 (defun my-sort-by-history (elems)
   "Sort ELEMS by minibuffer history.



reply via email to

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