summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:16:33 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:16:33 +0000
commit3aa2f02ea1c5fbeb6998594e9bcde6921802a538 (patch)
tree7ad8f6e55cd422b9b0e611c3fe143100adf624b2 /lisp/emacs-lisp
parenta60704d7edd9dcff694ba14c6e621aa6f78b4119 (diff)
downloademacs-3aa2f02ea1c5fbeb6998594e9bcde6921802a538.tar.gz
emacs-3aa2f02ea1c5fbeb6998594e9bcde6921802a538.tar.bz2
emacs-3aa2f02ea1c5fbeb6998594e9bcde6921802a538.zip
(debug): Fix message spelling.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 5c4937451c1..f09f3311ca1 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -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.