all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31589: lispintro - Backtrace read out update
@ 2018-05-25  3:32 Van L
       [not found] ` <handler.31589.B.15272191445973.ack@debbugs.gnu.org>
  2018-05-25  8:37 ` bug#31589: lispintro - Backtrace read out update Eli Zaretskii
  0 siblings, 2 replies; 7+ messages in thread
From: Van L @ 2018-05-25  3:32 UTC (permalink / raw)
  To: 31589

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




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-05-25 10:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-25  3:32 bug#31589: lispintro - Backtrace read out update Van L
     [not found] ` <handler.31589.B.15272191445973.ack@debbugs.gnu.org>
2018-05-25  4:21   ` bug#31589: Acknowledgement (lispintro - Backtrace read out update) Van L
2018-05-25  8:39     ` Eli Zaretskii
2018-05-25  8:59       ` Van L
2018-05-25  9:58         ` Phil Sainty
2018-05-25 10:37           ` Van L
2018-05-25  8:37 ` bug#31589: lispintro - Backtrace read out update Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.