diff options
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r-- | lispref/debugging.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi index 6f46c37c21f..d4dd54ca590 100644 --- a/lispref/debugging.texi +++ b/lispref/debugging.texi @@ -553,6 +553,7 @@ The arguments of special forms are elided. ----------- Buffer: backtrace-output ------------ backtrace() (list ...computing arguments...) +@end group (progn ...) eval((progn (1+ var) (list (quote testing) (backtrace)))) (setq ...) @@ -561,6 +562,7 @@ The arguments of special forms are elided. (with-output-to-temp-buffer ...) eval-region(1973 2142 #<buffer *scratch*>) byte-code("... for eval-print-last-sexp ...") +@group eval-print-last-sexp(nil) * call-interactively(eval-print-last-sexp) ----------- Buffer: backtrace-output ------------ |