branch: elpa/inf-clojure commit 6ccb53ea7fa9b565093eb28471a092a3dfb3fe70 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 5c2526e..733074b 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -413,7 +413,7 @@ Used by this command to determine defaults." :group 'inf-clojure) (defun inf-clojure-load-file (file-name) - "Load a Clojure file into the inferior Clojure process." + "Load a Clojure file FILE-NAME into the inferior Clojure process." (interactive (comint-get-source "Load Clojure file: " inf-clojure-prev-l/c-dir/file inf-clojure-source-modes nil)) ; nil because LOAD ; doesn't need an exact name