From d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 9 Dec 2019 18:44:35 -0800 Subject: Spelling fixes --- lisp/emacs-lisp/backtrace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/backtrace.el') diff --git a/lisp/emacs-lisp/backtrace.el b/lisp/emacs-lisp/backtrace.el index 0c4c7987c3c..40784893391 100644 --- a/lisp/emacs-lisp/backtrace.el +++ b/lisp/emacs-lisp/backtrace.el @@ -709,7 +709,7 @@ line and recenter window line accordingly." (defun backtrace-print-to-string (obj &optional limit) "Return a printed representation of OBJ formatted for backtraces. Attempt to get the length of the returned string under LIMIT -charcters with appropriate settings of `print-level' and +characters with appropriate settings of `print-level' and `print-length.' LIMIT defaults to `backtrace-line-length'." (backtrace--with-output-variables backtrace-view (backtrace--print-to-string obj limit))) -- cgit v1.2.3