projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d8d25d
)
; * src/editfns.c (Fbuffer_size): Tiny clarification.
author
Philipp Stephani
<phst@google.com>
Thu, 13 Feb 2020 21:43:03 +0000
(22:43 +0100)
committer
Philipp Stephani
<phst@google.com>
Thu, 13 Feb 2020 21:43:03 +0000
(22:43 +0100)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 05ad3925813b973a31bd6e4ee8c690c54e4e2475..ddf190b17521f912873c2a4f8228082a07b029bc 100644
(file)
--- 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)
{