diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 30357d59d85..29eef9a707c 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1183,7 +1183,9 @@ they can be in either order.") | |||
| 1183 | } | 1183 | } |
| 1184 | 1184 | ||
| 1185 | DEFUN ("buffer-string", Fbuffer_string, Sbuffer_string, 0, 0, 0, | 1185 | DEFUN ("buffer-string", Fbuffer_string, Sbuffer_string, 0, 0, 0, |
| 1186 | "Return the contents of the current buffer as a string.") | 1186 | "Return the contents of the current buffer as a string.\n\ |
| 1187 | If narrowing is in effect, this function returns only the visible part\n\ | ||
| 1188 | of the buffer.") | ||
| 1187 | () | 1189 | () |
| 1188 | { | 1190 | { |
| 1189 | return make_buffer_string (BEGV, ZV); | 1191 | return make_buffer_string (BEGV, ZV); |