Skip to content

Commit 0c56233

Browse files
author
Bozhidar Batsov
committed
Clarify interrupt entry in the menus
1 parent 02ae59e commit 0c56233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cider-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ entirely."
129129
["Toggle REPL Pretty Print" cider-repl-toggle-pretty-printing]
130130
["Clear REPL" cider-find-and-clear-repl-buffer]
131131
["Refresh loaded code" cider-refresh]
132-
["Interrupt" cider-interrupt]
132+
["Interrupt evaluation" cider-interrupt]
133133
["Quit" cider-quit]
134134
["Restart" cider-restart]
135135
"--"

cider-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ constructs."
10351035
["Clear output" cider-repl-clear-output]
10361036
["Clear buffer" cider-repl-clear-buffer]
10371037
["Kill input" cider-repl-kill-input]
1038-
["Interrupt" cider-interrupt]
1038+
["Interrupt evaluation" cider-interrupt]
10391039
"--"
10401040
["Quit" cider-quit]
10411041
["Restart" cider-restart]

0 commit comments

Comments
 (0)