Skip to content

Commit

Permalink
Fix typo in cider-selector docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
isker authored and bbatsov committed Jun 22, 2019
1 parent bddaaeb commit 505a185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-selector.el
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Only considers buffers that are not already visible."
(defun cider-selector (&optional other-window)
"Select a new buffer by type, indicated by a single character.
The user is prompted for a single character indicating the method by
which to choose a new buffer. The `?' character describes then
which to choose a new buffer. The `?' character describes the
available methods. OTHER-WINDOW provides an optional target.
See `def-cider-selector-method' for defining new methods."
(interactive)
Expand Down

0 comments on commit 505a185

Please sign in to comment.