From: Philipp Stephani Date: Thu, 13 Feb 2020 21:43:03 +0000 (+0100) Subject: ; * src/editfns.c (Fbuffer_size): Tiny clarification. X-Git-Tag: emacs-27.0.90~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75a9eee8b80099670cd78273d0df69115422daa4;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) {