[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/cider f7f468f8b9 3/3: Tweak wording
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/cider f7f468f8b9 3/3: Tweak wording |
Date: |
Fri, 13 Oct 2023 04:00:05 -0400 (EDT) |
branch: elpa/cider
commit f7f468f8b91705f16874a1e33f538b206288279a
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Tweak wording
---
doc/modules/ROOT/pages/debugging/inspector.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/modules/ROOT/pages/debugging/inspector.adoc
b/doc/modules/ROOT/pages/debugging/inspector.adoc
index 519bbdb7e1..3a6509afa2 100644
--- a/doc/modules/ROOT/pages/debugging/inspector.adoc
+++ b/doc/modules/ROOT/pages/debugging/inspector.adoc
@@ -59,7 +59,7 @@ You'll have access to additional keybindings in the inspector
buffer
| Set a new maximum length above which nested atoms (non-collections) are
truncated
| kbd:[d]
-| Defines a var in the REPL namespace with current inspector value. If you
tend to always choose the same name, you may want to set the
`cider-inspector-preferred-var-names` customization option.
+| Defines a var in the REPL namespace with current inspector value. If you
tend to always choose the same name(s), you may want to set the
`cider-inspector-preferred-var-names` customization option.
|===
== Configuration