summaryrefslogtreecommitdiff
path: root/cider-browse-ns.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-11-22 14:38:49 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-11-22 14:38:49 +0200
commitd0232f64bd57fa92937e6f0b597ba36428d78169 (patch)
tree04122b71cf755f83808ebacc85709240b19bad81 /cider-browse-ns.el
parentbf3f6ae105b459da02e955d8bab27e07df0de3f0 (diff)
Fix a docstring
Diffstat (limited to 'cider-browse-ns.el')
-rw-r--r--cider-browse-ns.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/cider-browse-ns.el b/cider-browse-ns.el
index aec3ede7..6466cca7 100644
--- a/cider-browse-ns.el
+++ b/cider-browse-ns.el
@@ -78,9 +78,10 @@
'keymap cider-browse-ns-mouse-map))
(defun cider-browse-ns--list (buffer title items &optional ns noerase)
- "Reset contents of BUFFER. Then display TITLE at the top and ITEMS are indented underneath.
+ "Reset contents of BUFFER.
+Display TITLE at the top and ITEMS are indented underneath.
If NS is non-nil, it is added to each item as the
-`cider-browse-ns-current-ns' text property. If NOERASE is non-nil, the
+`cider-browse-ns-current-ns' text property. If NOERASE is non-nil, the
contents of the buffer are not reset before inserting TITLE and ITEMS."
(with-current-buffer buffer
(cider-browse-ns-mode)