summaryrefslogtreecommitdiff
path: root/cider-eldoc.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-11-25 09:13:02 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-11-25 09:13:02 +0200
commitb816b7e807f30886ee78ce2ef514de24f464a31c (patch)
tree6a39a0c46801623660f81841f1fbdf4b88bcca6c /cider-eldoc.el
parent3066b005ff709503372a39bb868bfc0cd214e950 (diff)
Remove an extra space
Diffstat (limited to 'cider-eldoc.el')
-rw-r--r--cider-eldoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-eldoc.el b/cider-eldoc.el
index 8dd69142..afe15eb7 100644
--- a/cider-eldoc.el
+++ b/cider-eldoc.el
@@ -89,7 +89,7 @@ POS is the index of current argument."
(defun cider-eldoc-beginning-of-sexp ()
"Move to the beginning of current sexp.
-Return the number of nested sexp the point was over or after. "
+Return the number of nested sexp the point was over or after."
(let ((parse-sexp-ignore-comments t)
(num-skipped-sexps 0))
(condition-case _