branch: elpa/inf-clojure commit 02598018624e623a215bf1bf74fa17744cbfc3b0 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Kill a trailing space --- inf-clojure.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inf-clojure.el b/inf-clojure.el index 4076a4c..c6c8da6 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -676,7 +676,7 @@ Returns the selected completion or nil." (defun inf-clojure-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 _