summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMacon Gambill <macon@arstne.io>2023-07-07 09:34:40 -0400
committerMacon Gambill <macon@arstne.io>2023-07-07 09:34:40 -0400
commit605a81ff7b2d2b275a3ec68e3ce7e5b50f85014d (patch)
tree2c5449eefd7d963822e5d8e8476da88262e7adaa
parent4227aacd5b48072b66a69703cee781b474e34a7c (diff)
downloadgeiser-chez-605a81ff7b2d2b275a3ec68e3ce7e5b50f85014d.tar.gz
geiser-chez-605a81ff7b2d2b275a3ec68e3ce7e5b50f85014d.tar.bz2
Fix a couple typosHEADmaster
-rw-r--r--geiser-chez.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/geiser-chez.el b/geiser-chez.el
index 9c0b09f..fb310e5 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: