Add doc for +java/groovy-open-repl

This commit is contained in:
Seong Yong-ju 2020-05-06 23:53:37 +09:00
parent c3d22346ad
commit 0e4f2fa578

View file

@ -74,6 +74,7 @@ root)."
;;;###autoload
(defun +java/groovy-open-repl ()
"Open a Groovy REPL."
(interactive)
(call-interactively #'run-groovy)
(pop-to-buffer groovy-buffer))