summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2023-05-26 20:55:26 -0400
committerThomas Fitzsimmons <fitzsim@fitzsim.org>2023-05-26 20:55:26 -0400
commitaaefd1f8f4e5d60206c53ab368daee812f84889b (patch)
treed897210f8c352dc64d25edb9d69d33ff6a7355f6
parent876dcb46158de54fc48fd7309d872b0793cf7676 (diff)
Add jss URL to commentary
* firefox-javascript-repl.el: Add jss URL to commentary.
-rw-r--r--firefox-javascript-repl.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox-javascript-repl.el b/firefox-javascript-repl.el
index ab4822e..39eceb2 100644
--- a/firefox-javascript-repl.el
+++ b/firefox-javascript-repl.el
@@ -39,8 +39,8 @@
;; Wouldn't it be great (for other people) to turn this into a full
;; SLIME analog for JavaScript (patches accepted)? I tried `jsSlime'
-;; but its most recent update is ten years old and the Firefox Debug
-;; Protocol has changed too much.
+;; (https://github.com/segv/jss) but its most recent update is ten
+;; years old and the Firefox Debug Protocol has changed too much.
;; The function `fjrepl--extract-result' could do a way better job of
;; getting results but I find it OK for little experiments. If I need