diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-11-12 13:39:40 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-11-12 13:39:40 +0100 |
commit | 4ad3402fb331f786c04dbf2eee4a77b8da99bde2 (patch) | |
tree | 8c51e4eec4a79ec60f0cbde358cb9b6d764814f2 | |
parent | b21015c9c2e80f7bfd558bf6a43592b60fd53cee (diff) | |
download | emacs-4ad3402fb331f786c04dbf2eee4a77b8da99bde2.tar.gz emacs-4ad3402fb331f786c04dbf2eee4a77b8da99bde2.tar.bz2 emacs-4ad3402fb331f786c04dbf2eee4a77b8da99bde2.zip |
Remove mention of `edebug-on-signal' from a doc string
* lisp/emacs-lisp/edebug.el (edebug-mode): Don't mention
non-existent user option (bug#44577).
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index fe733630bad..e310313940f 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -4018,7 +4018,6 @@ Options: `edebug-print-circle' `edebug-on-error' `edebug-on-quit' -`edebug-on-signal' `edebug-unwrap-results' `edebug-global-break-condition'" :lighter " *Debugging*" |