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

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

[elpa] externals/firefox-javascript-repl 075bd87281 15/24: Adjust commen


From: Thomas Fitzsimmons
Subject: [elpa] externals/firefox-javascript-repl 075bd87281 15/24: Adjust commentary wording
Date: Thu, 1 Jun 2023 00:41:52 -0400 (EDT)

branch: externals/firefox-javascript-repl
commit 075bd872810135b8a5f71bb00e1a1883026d6c6e
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    Adjust commentary wording
    
    * firefox-javascript-repl.el: Adjust commentary wording.
---
 firefox-javascript-repl.el | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/firefox-javascript-repl.el b/firefox-javascript-repl.el
index 39eceb292a..da6b27df16 100644
--- a/firefox-javascript-repl.el
+++ b/firefox-javascript-repl.el
@@ -21,16 +21,17 @@
 
 ;;; Commentary:
 
-;; REPL into a new Firefox instance's JavaScript engine.  This is
-;; barebones and unstructured (the way a `comint' mode should be?)
-;; meant for quick JavaScript experiments.  Paste each statement from
-;; `example.js' into the REPL to try it out.
+;; REPL into a new Firefox instance's JavaScript engine.  This
+;; `comint' mode is barebones and unstructured, meant for quick
+;; JavaScript experiments.  Paste each statement from `example.js'
+;; into the REPL to try it out.
 
-;; Use `dap-mode' and `lsp-mode' instead.
+;; For projects you should probably use `dap-mode' and `lsp-mode'
+;; instead.
 
 ;; Only Firefox and Firefox-derivative browsers will ever be supported
-;; (unless someone sends a really convincing patch).  I will attempt
-;; to promise to try to keep this working with at least the
+;; (unless someone sends a really convincing patch).  I promise to
+;; attempt to stive to keep this working with at least the
 ;; greenest-of-evergreen Firefox and Firefox ESR versions (see
 ;; Compatibility).  My sense is that the Firefox Debug Protocol is
 ;; less of a moving target than it used to be.  Emacs versions back to
@@ -57,7 +58,7 @@
 
 ;; Closing Firefox will clean up some implementation buffers but will
 ;; leave the *firefox-javascript-debugger* buffer intact so you can
-;; pull your experiments out and save them.  Killing
+;; yank your experiments out to save them.  Killing
 ;; *firefox-javascript-debugger* will kill the Firefox process and
 ;; clean everything up.
 



reply via email to

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