Mercurial > emacs
diff lispref/debugging.texi @ 22274:f0cd03a7dac9
*** empty log message ***
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 28 May 1998 04:01:48 +0000 |
| parents | 40089afa2b1d |
| children | 78aaef52e28f |
line wrap: on
line diff
--- a/lispref/debugging.texi Thu May 28 03:49:04 1998 +0000 +++ b/lispref/debugging.texi Thu May 28 04:01:48 1998 +0000 @@ -553,6 +553,7 @@ ----------- Buffer: backtrace-output ------------ backtrace() (list ...computing arguments...) +@end group (progn ...) eval((progn (1+ var) (list (quote testing) (backtrace)))) (setq ...) @@ -561,6 +562,7 @@ (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 ------------
