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

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

[elpa] externals/taxy 4c9c92c 2/4: Docs: Clarify example


From: ELPA Syncer
Subject: [elpa] externals/taxy 4c9c92c 2/4: Docs: Clarify example
Date: Thu, 9 Sep 2021 07:57:22 -0400 (EDT)

branch: externals/taxy
commit 4c9c92cd54268cb8c15e8a9d370521e67d92f9d6
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Docs: Clarify example
---
 README.org | 2 +-
 taxy.info  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 534086e..9389e25 100644
--- a/README.org
+++ b/README.org
@@ -202,7 +202,7 @@ Oh, they're out of order, now.  That won't do.  Let's fix 
that:
 
 #+BEGIN_SRC elisp :exports code :results code
   (taxy-plain
-   (taxy-sort #'< #'string-to-char)
+   (taxy-sort #'string< #'identity)
    taxy)
 #+END_SRC
 
diff --git a/taxy.info b/taxy.info
index 28fbf93..0f6d301 100644
--- a/taxy.info
+++ b/taxy.info
@@ -273,7 +273,7 @@ first taxy, i.e.  non-vowels.
    Oh, they’re out of order, now.  That won’t do.  Let’s fix that:
 
      (taxy-plain
-      (taxy-sort #'< #'string-to-char)
+      (taxy-sort #'string< #'identity)
       taxy)
 
    That’s better:



reply via email to

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