emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 3e7896a 084/313: [Fix #33] Add missing docstri


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 3e7896a 084/313: [Fix #33] Add missing docstrings
Date: Wed, 11 Aug 2021 09:59:51 -0400 (EDT)

branch: elpa/inf-clojure
commit 3e7896a7cb467ce28e2d5eca6a8d6c2ad2335983
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]