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

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

[nongnu] elpa/geiser-chez 605a81ff7b 4/4: Fix a couple typos


From: ELPA Syncer
Subject: [nongnu] elpa/geiser-chez 605a81ff7b 4/4: Fix a couple typos
Date: Fri, 7 Jul 2023 09:59:40 -0400 (EDT)

branch: elpa/geiser-chez
commit 605a81ff7b2d2b275a3ec68e3ce7e5b50f85014d
Author: Macon Gambill <macon@arstne.io>
Commit: Macon Gambill <macon@arstne.io>

    Fix a couple typos
---
 geiser-chez.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geiser-chez.el b/geiser-chez.el
index 9c0b09fbc0..fb310e5984 100644
--- a/geiser-chez.el
+++ b/geiser-chez.el
@@ -80,7 +80,7 @@ access."
 
 (geiser-custom--defcustom geiser-chez-tspl-url
     "https://scheme.com/tspl4/";
-  "Base URL for the The Scheme Programming Languange HTML version.
+  "Base URL for the The Scheme Programming Language HTML version.
 
 Set it to a local file URI such as
 `file:///usr/share/doc/tlsp/html/' for quicker offline access."
@@ -312,7 +312,7 @@ Return its local name."
         (geiser-chez--insert-button csug-url "· Chez Manual Entry"))
       (when tspl-url
         (insert "\n")
-        (geiser-chez--insert-button tspl-url "· TSLP Entry")))
+        (geiser-chez--insert-button tspl-url "· TSPL Entry")))
     t))
 
 ;;; Implementation definition:



reply via email to

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