From 3b9792585175a2b286024337d3bb31878d6e72d2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 29 Jul 1996 23:49:18 +0000 Subject: [PATCH] Make examples in Output Streams stand on their own. --- lispref/streams.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lispref/streams.texi b/lispref/streams.texi index ec78da933a8..4088c80ad7f 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi @@ -389,6 +389,11 @@ initially located as shown immediately before the @samp{h} in @cindex print example @example +@group +(setq m (set-marker (make-marker) 10 (get-buffer "foo"))) + @result{} # +@end group + @group ---------- Buffer: foo ---------- This is t@point{}he contents of foo. @@ -398,6 +403,10 @@ This is t@point{}he contents of foo. (print "This is the output" (get-buffer "foo")) @result{} "This is the output" +@group +m + @result{} # +@end group @group ---------- Buffer: foo ---------- This is t -- 2.39.5