diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-28 04:01:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-28 04:01:48 +0000 |
commit | 7dd3d99f7e49646d3d84161770881f37ba002ef1 (patch) | |
tree | f03d20afe324a290648da7b144f3e8c810446090 /lispref/debugging.texi | |
parent | 13da0554f62a88f309b1b79f688b1468420487a4 (diff) | |
download | emacs-7dd3d99f7e49646d3d84161770881f37ba002ef1.tar.gz |
*** empty log message ***
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 ------------ |