Skip to content

Commit 07836b2

Browse files
author
Bozhidar Batsov
committed
Fix cider-toggle-trace-var's docstring
1 parent 63b58df commit 07836b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-interaction.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,8 +1571,8 @@ if there is no symbol at point, or if QUERY is non-nil."
15711571
(nrepl-send-sync-request)))
15721572

15731573
(defun cider-toggle-trace-var (query)
1574-
"Toggle tracing for the given QUERY.
1575-
Defaults to the symbol at point. With prefix arg or no symbol at
1574+
"Toggle var tracing.
1575+
Defaults to the symbol at point. With prefix arg QUERY or no symbol at
15761576
point, prompts for a var."
15771577
(interactive "P")
15781578
(cider-ensure-op-supported "toggle-trace-var")

0 commit comments

Comments
 (0)