Skip to content

Commit aa93684

Browse files
committed
Convert a comment into docstring
1 parent 0259801 commit aa93684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inf-clojure.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,9 @@ With a prefix arg MACRO-1 uses `inf-clojure-macroexpand-1-command'."
604604
last-sexp))))
605605

606606

607-
;; "Returns the current inferior Clojure process.
608-
;; See variable `inf-clojure-buffer'."
609607
(defun inf-clojure-proc ()
608+
"Return the current inferior Clojure process.
609+
See variable `inf-clojure-buffer'."
610610
(let ((proc (get-buffer-process (if (derived-mode-p 'inf-clojure-mode)
611611
(current-buffer)
612612
inf-clojure-buffer))))

0 commit comments

Comments
 (0)