Function: cider-sync-request:eldoc

cider-sync-request:eldoc is a byte-compiled function defined in cider-client.el.

Signature

(cider-sync-request:eldoc SYMBOL &optional CLASS MEMBER CONTEXT)

Documentation

Send "eldoc" op with parameters SYMBOL or CLASS and MEMBER, honor CONTEXT.

This positional form is kept for backward compatibility; new code should prefer the keyword-argument cider-eldoc-request.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-client.el
(defun cider-sync-request:eldoc (symbol &optional class member context)
  "Send \"eldoc\" op with parameters SYMBOL or CLASS and MEMBER, honor CONTEXT.

This positional form is kept for backward compatibility; new code should
prefer the keyword-argument `cider-eldoc-request'."
  (cider-eldoc-request :sym symbol :class class :member member :context context))