branch: externals/firefox-javascript-repl
commit 77c9907e3e240c6dd1109a965fd1a7b2a7ec603d
Author: Thomas Fitzsimmons <[email protected]>
Commit: Thomas Fitzsimmons <[email protected]>
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:
;; ╔════════════╦══════════════╦══════════╦══════════════════════╗