aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-04-13 23:02:25 +0000
committerKarl Heuer1995-04-13 23:02:25 +0000
commitaf7bd86c795eac767a0c7f90ab4dd6c3a557dddd (patch)
tree306631ebd19e09cb86a4faaacaa6184661d8cf28 /src
parentca96ae0b8df62c05a308f60e008e19da63ab6793 (diff)
downloademacs-af7bd86c795eac767a0c7f90ab4dd6c3a557dddd.tar.gz
emacs-af7bd86c795eac767a0c7f90ab4dd6c3a557dddd.zip
(Fbuffer_string): Doc clarification.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c4
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
1185DEFUN ("buffer-string", Fbuffer_string, Sbuffer_string, 0, 0, 0, 1185DEFUN ("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\
1187If narrowing is in effect, this function returns only the visible part\n\
1188of the buffer.")
1187 () 1189 ()
1188{ 1190{
1189 return make_buffer_string (BEGV, ZV); 1191 return make_buffer_string (BEGV, ZV);