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

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

[nongnu] elpa/cider 21f7992802: [Docs] Tweak the docs about cider-jack-i


From: ELPA Syncer
Subject: [nongnu] elpa/cider 21f7992802: [Docs] Tweak the docs about cider-jack-in-universal
Date: Thu, 9 Feb 2023 03:58:37 -0500 (EST)

branch: elpa/cider
commit 21f79928023f19059b166a87a3d58beb4947eae8
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    [Docs] Tweak the docs about cider-jack-in-universal
---
 doc/modules/ROOT/pages/basics/up_and_running.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/modules/ROOT/pages/basics/up_and_running.adoc 
b/doc/modules/ROOT/pages/basics/up_and_running.adoc
index f0edd9ce84..a34a431e79 100644
--- a/doc/modules/ROOT/pages/basics/up_and_running.adoc
+++ b/doc/modules/ROOT/pages/basics/up_and_running.adoc
@@ -137,17 +137,17 @@ directory, it behaves exactly the same as `cider-jack-in` 
does.
 
 It utilizes Emacs's
 
https://www.gnu.org/software/emacs/manual/html_node/elisp/Prefix-Command-Arguments.html[numeric
-prefix arguments] to quickly jack in to a project type. Numeric prefix
-arguments can be set with the Meta key followed by a number.
+prefix arguments] to quickly jack in with a specific build tool. Numeric prefix
+arguments can be set with the `Meta` key followed by a number.
 
-The following clojure build tools are supported so far
+The following Clojure build tools are supported so far
 
 - kbd:[M-1 C-c C-x j u] jack-in using clojure-cli.
 - kbd:[M-2 C-c C-x j u] jack-in using leiningen.
 - kbd:[M-3 C-c C-x j u] jack-in using babashka.
 - kbd:[M-4 C-c C-x j u] jack-in using nbb.
 
-Here is an example of how to bind F12 for quickly bringing up a
+Here is an example of how to bind kbd:[F12] for quickly bringing up a
 babashka REPL:
 
 [source,lisp]



reply via email to

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