From: Philipp Stephani Date: Thu, 13 Feb 2020 21:43:03 +0000 (+0100) Subject: ; * src/editfns.c (Fbuffer_size): Tiny clarification. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~441 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=75a9eee8b8;p=emacs.git ; * src/editfns.c (Fbuffer_size): Tiny clarification. --- diff --git a/src/editfns.c b/src/editfns.c index 05ad3925813..ddf190b1752 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -863,7 +863,7 @@ instead. This does not take narrowing into account; to count the number of characters in the accessible portion of the current buffer, use `(- (point-max) (point-min))', and to count the number of characters -in some other BUFFER, use +in the accessible portion of some other BUFFER, use `(with-current-buffer BUFFER (- (point-max) (point-min)))'. */) (Lisp_Object buffer) {