changeset 13955:1d991598b3b7

(debug): Fix message spelling.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:16:33 +0000
parents 8fd57aba5a76
children 71284f0d43ac
files lisp/emacs-lisp/debug.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/debug.el	Thu Jan 04 23:15:19 1996 +0000
+++ b/lisp/emacs-lisp/debug.el	Thu Jan 04 23:16:33 1996 +0000
@@ -143,7 +143,7 @@
 		     (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.