summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-24 17:08:27 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-24 17:26:54 +0200
commit1ca7e718a1d187d7abe75ae1931c43267bfdda37 (patch)
treec102298a1b5f091e3a5f7e35e90f934a07b4eb40 /cider-repl.el
parent6a88da56d3c6c35cf0d8c9ec5ac7f778825ca92b (diff)
Fix a command name
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index ccab3e41..aff9fa16 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1250,7 +1250,7 @@ constructs."
["Restart" cider-restart]
"--"
["A sip of CIDER" cider-drink-a-sip]
- ["View manual online" cider-open-manual]
+ ["View manual online" cider-view-manual]
["Report a bug" cider-report-bug]
["Version info" cider-version]))
map))