From 75a9eee8b80099670cd78273d0df69115422daa4 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Thu, 13 Feb 2020 22:43:03 +0100 Subject: [PATCH] ; * src/editfns.c (Fbuffer_size): Tiny clarification. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5