Skip to content

Commit 3e7896a

Browse files
committed
[Fix #33] Add missing docstrings
1 parent a246bf3 commit 3e7896a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inf-clojure.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,13 @@ Used by this command to determine defaults."
500500

501501
(defcustom inf-clojure-macroexpand-command
502502
"(clojure.core/macroexpand '%s)\n"
503+
"Command to invoke macroexpand."
503504
:type 'string
504505
:group 'inf-clojure)
505506

506507
(defcustom inf-clojure-macroexpand-1-command
507508
"(clojure.core/macroexpand-1 '%s)\n"
509+
"Command to invoke macroexpand-1."
508510
:type 'string
509511
:group 'inf-clojure)
510512

0 commit comments

Comments
 (0)