Skip to content

Commit 0259801

Browse files
committed
Kill a trailing space
1 parent 0a7c61b commit 0259801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ Returns the selected completion or nil."
676676
(defun inf-clojure-eldoc-beginning-of-sexp ()
677677
"Move to the beginning of current sexp.
678678
679-
Return the number of nested sexp the point was over or after. "
679+
Return the number of nested sexp the point was over or after."
680680
(let ((parse-sexp-ignore-comments t)
681681
(num-skipped-sexps 0))
682682
(condition-case _

0 commit comments

Comments
 (0)