summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-07-27 20:11:58 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-07-27 20:11:58 +0300
commit31dba8eb9a21db20ea462d49e119271c536cd8cf (patch)
tree0afd0f4fad98c5b02c410a49a263bda6425f97bd
parent3750062b423c6550599dc64c151e339da3806e00 (diff)
Fix a docstring
-rw-r--r--nrepl-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 0b2ac05e..7aead412 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -1057,7 +1057,7 @@ session. POINT, if non-nil, is the position of INPUT in its buffer."
(defun nrepl--pprint-eval-request (input &optional ns session right-margin)
"Prepare :pprint-eval request message for INPUT.
-NS and SESSION are used for the context of the evaluation. RIGHT-MARGIN
+NS and SESSION are used for the context of the evaluation. RIGHT-MARGIN
specifies the maximum column-width of the pretty-printed result, and is
included in the request if non-nil."
(append (list "pprint" "true")