]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/editfns.c (Fbuffer_size): Tiny clarification.
authorPhilipp Stephani <phst@google.com>
Thu, 13 Feb 2020 21:43:03 +0000 (22:43 +0100)
committerPhilipp Stephani <phst@google.com>
Thu, 13 Feb 2020 21:43:03 +0000 (22:43 +0100)
src/editfns.c

index 05ad3925813b973a31bd6e4ee8c690c54e4e2475..ddf190b17521f912873c2a4f8228082a07b029bc 100644 (file)
@@ -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)
 {