File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1228,11 +1228,12 @@ PROMPT-FOR-NS, it prompts for a namespace name."
1228
1228
(user-error " No namespace selected" ))
1229
1229
(inf-clojure--send-string (inf-clojure-proc) (format (inf-clojure-set-ns-form) ns))))
1230
1230
1231
- (defun inf-clojure-apropos ()
1231
+ (defun inf-clojure-apropos (expr )
1232
1232
" Send an expression to the inferior Clojure for apropos.
1233
- See variable `inf-clojure-apropos-form' ."
1233
+ EXPR can be either a regular expression or a stringable
1234
+ thing. See variable `inf-clojure-apropos-form' ."
1234
1235
(interactive (inf-clojure-symprompt " Var apropos" (inf-clojure-symbol-at-point)))
1235
- (inf-clojure--send-string (inf-clojure-proc) (format (inf-clojure-apropos-form) var )))
1236
+ (inf-clojure--send-string (inf-clojure-proc) (format (inf-clojure-apropos-form) expr )))
1236
1237
1237
1238
(defun inf-clojure-macroexpand (&optional macro-1 )
1238
1239
" Send a form to the inferior Clojure for macro expansion.
You can’t perform that action at this time.
0 commit comments