summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2014-04-18 10:14:50 +0300
committerBozhidar Batsov <bozhidar@tradeo.com>2014-04-18 10:14:50 +0300
commit7cfec2bde70980f3fcaa2acda6c23e8cfa220353 (patch)
tree5fa1567bff758389f66a3166454ad18411afbd38
parent8819c475b9642d75c6bea8e9249448411dee1da7 (diff)
Remove mention of non-existing command
-rw-r--r--cider-eldoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-eldoc.el b/cider-eldoc.el
index b6a63336..e6cd4289 100644
--- a/cider-eldoc.el
+++ b/cider-eldoc.el
@@ -36,7 +36,7 @@
(require 'eldoc)
(require 'dash)
-(defvar cider-extra-eldoc-commands '("cider-complete" "yas/expand")
+(defvar cider-extra-eldoc-commands '("yas/expand")
"Extra commands to be added to eldoc's safe commands list.")
(defun cider-eldoc-format-thing (thing)