branch: elpa/inf-clojure
commit c40860bbd822b593cb88bc00a2e3d7aa59aeddf1
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Update Commentary section
    
    - Fix misleading "auto-completion" wording
    - List all supported runtimes instead of singling out Planck and Joker
    - Add namespace reloading to the feature list
    - Remove archaic manual installation instructions
---
 inf-clojure.el | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index f4983cf34c..f7a4616d3f 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -30,10 +30,9 @@
 ;; This package provides basic interaction with a Clojure subprocess (REPL).
 ;; It's based on ideas from the popular `inferior-lisp` package.
 ;;
-;; `inf-clojure` has two components - a nice Clojure REPL with
-;; auto-completion and a minor mode (`inf-clojure-minor-mode`), which
-;; extends `clojure-mode` with commands to evaluate forms directly in the
-;; REPL.
+;; `inf-clojure` has two components - a nice Clojure REPL (`inf-clojure-mode`)
+;; and a minor mode (`inf-clojure-minor-mode`), which extends `clojure-mode`
+;; with commands to evaluate forms directly in the REPL.
 ;;
 ;; `inf-clojure` provides a set of essential features for interactive
 ;; Clojure/ClojureScript/ClojureCLR development:
@@ -46,19 +45,13 @@
 ;; * ElDoc
 ;; * Apropos
 ;; * Macroexpansion
-;; * Support connecting to socket REPLs
-;; * Support for Planck
-;; * Support for Joker
+;; * Namespace reloading
+;; * Connecting to socket REPLs
 ;;
-;; For a more powerful/full-featured solution see 
https://github.com/clojure-emacs/cider.
-;;
-;; If you're installing manually, you'll need to:
+;; It supports many Clojure runtimes including Clojure (JVM), ClojureScript,
+;; ClojureCLR, babashka, Planck, and Joker.
 ;;
-;; * drop the file somewhere on your load path (perhaps ~/.emacs.d)
-;; * Add the following lines to your .emacs file:
-;;
-;;    (autoload 'inf-clojure "inf-clojure" "Run an inferior Clojure process" t)
-;;    (add-hook 'clojure-mode-hook #'inf-clojure-minor-mode)
+;; For a more powerful/full-featured solution see 
https://github.com/clojure-emacs/cider.
 
 ;;; Code:
 

Reply via email to