summaryrefslogtreecommitdiff
path: root/cider-debug.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-07-09 10:26:43 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-07-09 10:26:43 +0300
commit854c16fe2de3f9e15e61c66654faa7f58f9efb96 (patch)
tree28f772da1ff84388eabe73ca25f46cead2675fb4 /cider-debug.el
parent98a778d4142cc5f5534e255b0bb80729c34ac450 (diff)
Fix a docstring
Diffstat (limited to 'cider-debug.el')
-rw-r--r--cider-debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-debug.el b/cider-debug.el
index 1d219f27..b80f02c7 100644
--- a/cider-debug.el
+++ b/cider-debug.el
@@ -93,7 +93,7 @@ configure `cider-debug-prompt' instead."
;;; Implementation
(defun cider--update-instrumented-defs (defs)
- "Update which defs in current buffer are instrumented."
+ "Update which DEFS in current buffer are instrumented."
(remove-overlays nil nil 'cider-type 'instrumented-defs)
(save-excursion
(dolist (name defs)