emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 0259801 080/313: Kill a trailing space


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 0259801 080/313: Kill a trailing space
Date: Wed, 11 Aug 2021 09:59:51 -0400 (EDT)

branch: elpa/inf-clojure
commit 02598018624e623a215bf1bf74fa17744cbfc3b0
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]