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

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

[nongnu] elpa/inf-clojure 0a7c61b 079/313: Fix a docstring


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 0a7c61b 079/313: Fix a docstring
Date: Wed, 11 Aug 2021 09:59:50 -0400 (EDT)

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

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