summaryrefslogtreecommitdiff
path: root/cider-debug.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-23 15:13:11 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-23 15:13:11 +0200
commit9fe9ea295e8290fbfc44cf7fcba2e5b5f84eb5f8 (patch)
treeada8c7ed770ef591777fa9fc7b936124e14571db /cider-debug.el
parent212023a86fbb76f37202a8b62acacc98edddceaf (diff)
Fix a docstring
Diffstat (limited to 'cider-debug.el')
-rw-r--r--cider-debug.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-debug.el b/cider-debug.el
index d532f56c..20d48bf9 100644
--- a/cider-debug.el
+++ b/cider-debug.el
@@ -454,8 +454,8 @@ at the end of the given sexp).
(* x 2))]
(twice 15))
-In addition to numbers, a coordinate can be a string. This string names the
-key of a map, and it means \"go to the value associated with this key\". "
+In addition to numbers, a coordinate can be a string. This string names the
+key of a map, and it means \"go to the value associated with this key\"."
(condition-case-unless-debug nil
;; Navigate through sexps inside the sexp.
(let ((in-syntax-quote nil))