Skip to content

Commit 3e586da

Browse files
committed
Improve a docstring
1 parent 9d3cfaf commit 3e586da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cider-client.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,9 @@ If CALLBACK is nil, use `cider-load-file-handler'."
784784

785785
;;; Sync Requests
786786
(defun cider-sync-request:apropos (query &optional search-ns docs-p privates-p case-sensitive-p)
787-
"Send \"apropos\" op with args SEARCH-NS, DOCS-P, PRIVATES-P, CASE-SENSITIVE-P."
787+
"Send \"apropos\" request for regexp QUERY.
788+
789+
Optional arguments include SEARCH-NS, DOCS-P, PRIVATES-P, CASE-SENSITIVE-P."
788790
(thread-first `("op" "apropos"
789791
"session" ,(cider-current-session)
790792
"ns" ,(cider-current-ns)

0 commit comments

Comments
 (0)