branch: elpa/cider
commit ca8ad4138a0a04faef326a3511d8920d5162badf
Author: yuhan0 <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix comment indentation
---
 cider-eldoc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cider-eldoc.el b/cider-eldoc.el
index 6066bf4c14..f0282721bd 100644
--- a/cider-eldoc.el
+++ b/cider-eldoc.el
@@ -412,7 +412,7 @@ This includes the arglist and ns and symbol name (if 
available)."
                                         "type" type)))
                 ;; add context dependent args if requested by defcustom
                 ;; do not cache this eldoc info to avoid showing info
-                                        ;: of the previous context
+                ;; of the previous context
                 (if cider-eldoc-display-context-dependent-info
                     (cond
                      ;; add inputs of datomic query

Reply via email to