From: Van L <van@scratch.space>
To: 31589@debbugs.gnu.org
Subject: bug#31589: lispintro - Backtrace read out update
Date: Fri, 25 May 2018 13:32:02 +1000 [thread overview]
Message-ID: <1A9F2814-EBF9-4A75-8A1C-790DE1BFDE0A@scratch.space> (raw)
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
next reply other threads:[~2018-05-25 3:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-25 3:32 Van L [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1A9F2814-EBF9-4A75-8A1C-790DE1BFDE0A@scratch.space \
--to=van@scratch.space \
--cc=31589@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.