summaryrefslogtreecommitdiff
path: root/cider-eldoc.el
diff options
context:
space:
mode:
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 _