branch: elpa/inf-clojure commit 3e7896a7cb467ce28e2d5eca6a8d6c2ad2335983 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
[Fix #33] Add missing docstrings --- inf-clojure.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inf-clojure.el b/inf-clojure.el index 7ced672..722b4f2 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -500,11 +500,13 @@ Used by this command to determine defaults." (defcustom inf-clojure-macroexpand-command "(clojure.core/macroexpand '%s)\n" + "Command to invoke macroexpand." :type 'string :group 'inf-clojure) (defcustom inf-clojure-macroexpand-1-command "(clojure.core/macroexpand-1 '%s)\n" + "Command to invoke macroexpand-1." :type 'string :group 'inf-clojure)