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* ----------
|
---------- Buffer: *Backtrace* ----------
|
||||||
Debugger entered--Lisp error: (void-function this)
|
Debugger entered--Lisp error: (void-function this)
|
||||||
(this is an unquoted list)
|
(this is an unquoted list)
|
||||||
eval((this is an unquoted list))
|
eval((this is an unquoted list) nil)
|
||||||
eval-last-sexp-1(nil)
|
elisp--eval-last-sexp(nil)
|
||||||
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* ----------
|
---------- Buffer: *Backtrace* ----------
|
||||||
@end group
|
@end group
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue