summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-01-20 12:36:18 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-01-20 12:36:18 +0200
commit732c5711f3b0ef5464ddbeb3c17044302a3bbd95 (patch)
treef84e6d016782cd40a0f898419bc45ee7dc9edb2d
parent9b37cacddf4372e54d7ed8d454e0d5b871f10274 (diff)
Extend a docstring
-rw-r--r--cider-repl.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index bf65cdf0..3e3d6219 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -136,7 +136,9 @@ will be used."
:package-version '(cider . "0.10.0"))
(defcustom cider-repl-result-prefix ""
- "The prefix displayed in the REPL before a result value."
+ "The prefix displayed in the REPL before a result value.
+By default there's no prefix, but you can specify something
+like \"=>\" if want results to stand out more."
:type 'string
:group 'cider
:package-version '(cider . "0.5.0"))