emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 75a9eee: ; * src/editfns.c (Fbuffer_size): Tiny clarification.


From: Philipp Stephani
Subject: emacs-27 75a9eee: ; * src/editfns.c (Fbuffer_size): Tiny clarification.
Date: Thu, 13 Feb 2020 16:44:13 -0500 (EST)

branch: emacs-27
commit 75a9eee8b80099670cd78273d0df69115422daa4
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; * 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 05ad392..ddf190b 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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]