Skip to content

Commit 0a7c61b

Browse files
committed
Fix a docstring
1 parent 380528f commit 0a7c61b

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
@@ -504,7 +504,7 @@ Used by this command to determine defaults."
504504

505505
;;; Adapted from function-called-at-point in help.el.
506506
(defun inf-clojure-fn-called-at-pt ()
507-
"Returns the name of the function called in the current call.
507+
"Return the name of the function called in the current call.
508508
The value is nil if it can't find one."
509509
(condition-case nil
510510
(save-excursion

0 commit comments

Comments
 (0)