(debug): Fix message spelling.
This commit is contained in:
parent
a60704d7ed
commit
3aa2f02ea1
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ first will be printed into the backtrace buffer."
|
|||
(beginning-of-line))
|
||||
;; Debugger entered for an error.
|
||||
((eq (car debugger-args) 'error)
|
||||
(insert "Signalling: ")
|
||||
(insert "Signaling: ")
|
||||
(prin1 (nth 1 debugger-args) (current-buffer))
|
||||
(insert ?\n))
|
||||
;; debug-on-call, when the next thing is an eval.
|
||||
|
|
Loading…
Add table
Reference in a new issue