diff options
| author | Karl Heuer | 1995-04-13 23:02:25 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-04-13 23:02:25 +0000 |
| commit | af7bd86c795eac767a0c7f90ab4dd6c3a557dddd (patch) | |
| tree | 306631ebd19e09cb86a4faaacaa6184661d8cf28 /src | |
| parent | ca96ae0b8df62c05a308f60e008e19da63ab6793 (diff) | |
| download | emacs-af7bd86c795eac767a0c7f90ab4dd6c3a557dddd.tar.gz emacs-af7bd86c795eac767a0c7f90ab4dd6c3a557dddd.zip | |
(Fbuffer_string): Doc clarification.
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); |