summaryrefslogtreecommitdiff
path: root/cider-inspector.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-11-24 09:04:45 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-11-24 09:04:45 +0200
commita474c3fbe8f25663945c9a96ffcb6fa1b7c0b6c1 (patch)
treedfb0f0002c9c84e9473557c8eda95f74c3c581ed /cider-inspector.el
parent47b0b271b00ce345500c47224720ad8a7357b996 (diff)
Fix a docstring
Diffstat (limited to 'cider-inspector.el')
-rw-r--r--cider-inspector.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-inspector.el b/cider-inspector.el
index d0ce8c59..685f8c3f 100644
--- a/cider-inspector.el
+++ b/cider-inspector.el
@@ -165,7 +165,7 @@ Does nothing if already on the first page."
(cider-inspector-response-handler (current-buffer))))
(defun cider-inspector-set-page-size (page-size)
- "Set the page size in pagination mode to the specified value.
+ "Set the page size in pagination mode to the specified PAGE-SIZE.
Current page will be reset to zero."
(interactive "nPage size:")