Skip to content

Commit

Permalink
Fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 9, 2015
1 parent 854c16f commit a13b61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-debug.el
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ In order to work properly, this mode must be activated by

(defun cider-debug-mode-send-reply (command &optional key)
"Reply to the message that started current bufer's debugging session.
COMMAND is sent as the input option. KEY can be provided to reply to a
COMMAND is sent as the input option. KEY can be provided to reply to a
specific message."
(interactive (list
(if (symbolp last-command-event)
Expand Down

0 comments on commit a13b61f

Please sign in to comment.