emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31589: closed (lispintro - Backtrace read out upda


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31589: closed (lispintro - Backtrace read out update)
Date: Fri, 25 May 2018 08:38:02 +0000

Your message dated Fri, 25 May 2018 11:37:43 +0300
with message-id <address@hidden>
and subject line Re: bug#31589: lispintro - Backtrace read out update
has caused the debbugs.gnu.org bug report #31589,
regarding lispintro - Backtrace read out update
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31589: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31589
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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


--- End Message ---
--- Begin Message --- Subject: Re: bug#31589: lispintro - Backtrace read out update Date: Fri, 25 May 2018 11:37:43 +0300
> From: Van L <address@hidden>
> Date: Fri, 25 May 2018 13:32:02 +1000
> 
> The documentation and behavior are different.

Thanks, fixed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]