summaryrefslogtreecommitdiff
path: root/cider-repl-history.el
diff options
context:
space:
mode:
authorErik Assum <erik@assum.net>2017-03-10 16:35:17 +0100
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-03-10 17:35:17 +0200
commit00b44fda412259c1d1e0f9e43d08fd00bedf0085 (patch)
tree22b89d5ccbb47d07581806df3a01e24b324f27b4 /cider-repl-history.el
parenteefdced69c88da26f36c57d95b84a1eef50928f4 (diff)
[Fix #1352] Add checkdoc to build (#1957)
This also fixes some issues checkdoc was currently reporting.
Diffstat (limited to 'cider-repl-history.el')
-rw-r--r--cider-repl-history.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/cider-repl-history.el b/cider-repl-history.el
index 3f6242ed..e72436cc 100644
--- a/cider-repl-history.el
+++ b/cider-repl-history.el
@@ -70,7 +70,8 @@ If `bury-and-delete-window', then bury the buffer, and (if there is
more than one window) delete the window.
If `delete-and-restore', then restore the window configuration to what it was
-before `cider-repl-history' was called, and kill the *cider-repl-history* buffer.
+before `cider-repl-history' was called, and kill the *cider-repl-history*
+buffer.
If `quit-window', then restore the window configuration to what
it was before `cider-repl-history' was called, and bury *cider-repl-history*.
@@ -391,7 +392,7 @@ case retun nil."
(cider-repl-history-insert-and-highlight str))))))))
(defun cider-repl-history-insert-and-quit ()
- "Insert the item into the REPL buffer, and close the *cider-repl-history* buffer.
+ "Insert the item into the REPL buffer, and close *cider-repl-history*.
The text is always inserted at the very bottom of the REPL buffer. If your
cursor is already at the bottom, it is advanced to the end of the inserted
@@ -401,7 +402,7 @@ text is still inserted at the end."
(cider-repl-history-do-insert (current-buffer) (point)))
(defun cider-repl-history-mouse-insert (e)
- "Insert the item at E into the REPL buffer, and close the *cider-repl-history*.
+ "Insert the item at E into the REPL buffer, and close *cider-repl-history*.
The text is always inserted at the very bottom of the REPL buffer. If your
cursor is already at the bottom, it is advanced to the end of the inserted