> > Emacs Maintainers, > >    In the documentation string in define-minor-mode edebug-mode in edebug.el: > >    1. The option `edebug-on-signal' is listed, but it does not exist in the file. > Indeed, I find no matches grepping in the repository for > `edebug-on-signal', nor in the git log. >  > Perhaps it should just be removed? Yes. That is the intent of the report, to get the non-existent option removed. > > 2. The following options, which are described in (elisp) Edebug Options, are missing:      > >    edebug-sit-for-seconds, edebug-sit-on-break, edebug-behavior-alist,> >    edebug-new-definition-function, edebug-after-instrumentation-function > > Maybe instead of maintaining a list, we should just point users to `M-x > customize-group RET edebug RET'.  Or just remove the list and say > nothing. In edebug mode, type '?' to list help for the mode.   This will list the keys defined for the mode followed by a list of the options.The options are listed as help-mode links.  The links can be used to displayhelp for each of the options, including their current value.  This provides aquick method for looking up help or checking the values of the (many) edebugoptions. ---