summaryrefslogtreecommitdiff
path: root/cider-common.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-10-11 11:51:06 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-10-11 11:51:06 +0300
commitbf0857b0f52bf76f7d19d21bc5954e5341a5d74f (patch)
tree6476be4b8d06102c5fe0cf13f41fc9ace37cdd2c /cider-common.el
parentb889e683285d87c84f598cf4b852a677fd1c25e3 (diff)
Fix a docstring
Diffstat (limited to 'cider-common.el')
-rw-r--r--cider-common.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-common.el b/cider-common.el
index 313e8f92..dd89fa8b 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -50,7 +50,7 @@ prompt if that throws an error."
#'cider-try-symbol-at-point))
(defun cider--kw-to-symbol (kw)
- "Converts a keyword KW to a symbol."
+ "Convert the keyword KW to a symbol."
(when kw
(replace-regexp-in-string "\\`:+" "" kw)))