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
974e1e5b
Commit
974e1e5b
authored
Sep 11, 2000
by
Miles Bader
Browse files
(Fbuffer_string): Doc fix.
parent
6b124390
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/editfns.c
src/editfns.c
+1
-2
No files found.
src/ChangeLog
View file @
974e1e5b
2000-09-11 Miles Bader <miles@gnu.org>
* editfns.c (Fbuffer_string): Doc fix.
2000-09-10 Gerd Moellmann <gerd@gnu.org>
* ralloc.c (mmap_enlarge): Don't return 0 if successful.
...
...
src/editfns.c
View file @
974e1e5b
...
...
@@ -2158,8 +2158,7 @@ they can be in either order.")
DEFUN
(
"buffer-string"
,
Fbuffer_string
,
Sbuffer_string
,
0
,
0
,
0
,
"Return the contents of the current buffer as a string.
\n
\
If narrowing is in effect, this function returns only the visible part
\n
\
of the buffer. If in a mini-buffer, don't include the prompt in the
\n
\
string returned."
)
of the buffer."
)
()
{
return
make_buffer_string
(
BEGV
,
ZV
,
1
);
...
...
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