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

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

[elpa] externals/firefox-javascript-repl 77c9907e3e 18/24: Move usage to


From: Thomas Fitzsimmons
Subject: [elpa] externals/firefox-javascript-repl 77c9907e3e 18/24: Move usage to start of commentary
Date: Thu, 1 Jun 2023 00:41:52 -0400 (EDT)

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

    Move usage to start of commentary
    
    * firefox-javascript-repl.el: Move usage to start of commentary.
---
 firefox-javascript-repl.el | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/firefox-javascript-repl.el b/firefox-javascript-repl.el
index 37d8769cf3..71e0138c44 100644
--- a/firefox-javascript-repl.el
+++ b/firefox-javascript-repl.el
@@ -21,6 +21,20 @@
 
 ;;; Commentary:
 
+;; Usage:
+
+;; Start the REPL:
+
+;; M-x firefox-javascript-repl RET
+
+;; To stop the REPL, kill the *firefox-javascript-debugger* buffer:
+
+;; C-x k RET yes RET
+
+;; or quit Firefox from within Firefox.
+
+;; Description:
+
 ;; REPL into a new Firefox instance's JavaScript engine.  A new
 ;; throwaway Firefox profile directory is created before each run, so
 ;; you won't need to modify your existing profiles.  This mode takes
@@ -61,16 +75,6 @@
 
 ;; M-x package-install RET firefox-javascript-repl RET
 
-;; Usage:
-
-;; M-x firefox-javascript-repl RET
-
-;; Closing Firefox will clean up some implementation buffers but will
-;; leave the *firefox-javascript-debugger* buffer intact so you can
-;; yank your experiments out to save them.  Killing
-;; *firefox-javascript-debugger* will kill the Firefox process and
-;; clean everything up.
-
 ;; Compatibility:
 
 ;; ╔════════════╦══════════════╦══════════╦══════════════════════╗



reply via email to

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