We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7c61b commit 0259801Copy full SHA for 0259801
inf-clojure.el
@@ -676,7 +676,7 @@ Returns the selected completion or nil."
676
(defun inf-clojure-eldoc-beginning-of-sexp ()
677
"Move to the beginning of current sexp.
678
679
-Return the number of nested sexp the point was over or after. "
+Return the number of nested sexp the point was over or after."
680
(let ((parse-sexp-ignore-comments t)
681
(num-skipped-sexps 0))
682
(condition-case _
0 commit comments