branch: elpa/inf-clojure
commit 0a7c61b2f7081dec2e59661c4d3f98d67e35832c
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Fix a docstring
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 87f692c..4076a4c 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -504,7 +504,7 @@ Used by this command to determine defaults."
 
 ;;; Adapted from function-called-at-point in help.el.
 (defun inf-clojure-fn-called-at-pt ()
-  "Returns the name of the function called in the current call.
+  "Return the name of the function called in the current call.
 The value is nil if it can't find one."
   (condition-case nil
       (save-excursion

Reply via email to