Function: edebug-help

edebug-help is an interactive and byte-compiled function defined in edebug.el.gz.

Signature

(edebug-help)

Documentation

Describe edebug-mode(var)/edebug-mode(fun).

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defun edebug-help ()
  "Describe `edebug-mode'."
  (interactive)
  (describe-function 'edebug-mode))