File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,14 +236,14 @@ THING is the special form's name. POS is the argument index of the
236
236
special-form's arglists. ELDOC-INFO is a p-list containing the eldoc
237
237
information."
238
238
(let* ((ns (lax-plist-get eldoc-info " ns" ))
239
- (symbol (lax-plist-get eldoc-info " symbol" ))
239
+ (special-form- symbol (lax-plist-get eldoc-info " symbol" ))
240
240
(arglists (mapcar (lambda (arglist )
241
- (if (equal (car arglist) symbol)
241
+ (if (equal (car arglist) special-form- symbol)
242
242
(cdr arglist)
243
243
arglist))
244
244
(lax-plist-get eldoc-info " arglists" ))))
245
245
(format " %s : %s "
246
- (cider-eldoc-format-thing ns symbol thing 'fn )
246
+ (cider-eldoc-format-thing ns special-form- symbol thing 'fn )
247
247
(cider-eldoc-format-arglist arglists pos))))
248
248
249
249
(defun cider-highlight-args (arglist pos )
You can’t perform that action at this time.
0 commit comments