Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e7896a

Browse filesBrowse files
committed
[Fix #33] Add missing docstrings
1 parent a246bf3 commit 3e7896a
Copy full SHA for 3e7896a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎inf-clojure.el

Copy file name to clipboardExpand all lines: inf-clojure.el
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.