Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3b979258
Commit
3b979258
authored
Jul 29, 1996
by
Richard M. Stallman
Browse files
Make examples in Output Streams stand on their own.
parent
dd7d85ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
lispref/streams.texi
lispref/streams.texi
+9
-0
No files found.
lispref/streams.texi
View file @
3b979258
...
...
@@ -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{} #<marker at 10 in foo>
@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{} #<marker at 32 in foo>
@end group
@group
---------- Buffer: foo ----------
This is t
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment