; * src/editfns.c (Fbuffer_size): Tiny clarification.
This commit is contained in:
parent
4d8d25d641
commit
75a9eee8b8
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue