Update backtrace in Emacs Lisp Intro
* doc/lispintro/emacs-lisp-intro.texi (Making Errors): Update the backtrace to match Emacs 26. (Bug#31589)
This commit is contained in:
parent
43a9c268c7
commit
3145d08cae
1 changed files with 5 additions and 3 deletions
|
@ -1379,10 +1379,12 @@ following in it:
|
|||
---------- Buffer: *Backtrace* ----------
|
||||
Debugger entered--Lisp error: (void-function this)
|
||||
(this is an unquoted list)
|
||||
eval((this is an unquoted list))
|
||||
eval-last-sexp-1(nil)
|
||||
eval((this is an unquoted list) nil)
|
||||
elisp--eval-last-sexp(nil)
|
||||
eval-last-sexp(nil)
|
||||
call-interactively(eval-last-sexp)
|
||||
funcall-interactively(eval-last-sexp nil)
|
||||
call-interactively(eval-last-sexp nil nil)
|
||||
command-execute(eval-last-sexp)
|
||||
---------- Buffer: *Backtrace* ----------
|
||||
@end group
|
||||
@end smallexample
|
||||
|
|
Loading…
Add table
Reference in a new issue