[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31589: lispintro - Backtrace read out update
From: |
Van L |
Subject: |
bug#31589: lispintro - Backtrace read out update |
Date: |
Fri, 25 May 2018 13:32:02 +1000 |
Hello.
The documentation and behavior are different.
diff --git a/doc/lispintro/emacs-lisp-intro.texi
b/doc/lispintro/emacs-lisp-intro.texi
index b79432e..a3a2155 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -1339,10 +1339,12 @@ Making Errors
---------- 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
- bug#31589: lispintro - Backtrace read out update,
Van L <=
bug#31589: lispintro - Backtrace read out update, Eli Zaretskii, 2018/05/25