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
1c1a1471
Commit
1c1a1471
authored
Sep 03, 2005
by
Thien-Thi Nguyen
Browse files
(Buffer Contents): Use "\n" in examples' result strings.
parent
34b50776
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
lispref/text.texi
lispref/text.texi
+3
-5
No files found.
lispref/text.texi
View file @
1c1a1471
...
...
@@ -191,12 +191,11 @@ This is the contents of buffer foo
@group
(buffer-substring 1 10)
@result{} "This is t"
@result{} "This is t"
@end group
@group
(buffer-substring (point-max) 10)
@result{} "he contents of buffer foo
"
@result{} "he contents of buffer foo\n"
@end group
@end example
@end defun
...
...
@@ -257,8 +256,7 @@ This is the contents of buffer foo
---------- Buffer: foo ----------
(buffer-string)
@result{} "This is the contents of buffer foo
"
@result{} "This is the contents of buffer foo\n"
@end group
@end example
@end defun
...
...
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