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

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

[elpa] externals/mct b18ae72fc0 1/3: Balance parentheses in documentatio


From: ELPA Syncer
Subject: [elpa] externals/mct b18ae72fc0 1/3: Balance parentheses in documentation
Date: Wed, 9 Feb 2022 13:04:05 -0500 (EST)

branch: externals/mct
commit b18ae72fc05ac19758f0407357acda5837ef2ad6
Author: Tomasz Hołubowicz <alternateved@pm.me>
Commit: Tomasz Hołubowicz <alternateved@pm.me>

    Balance parentheses in documentation
---
 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]