; * 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
|
This does not take narrowing into account; to count the number of
|
||||||
characters in the accessible portion of the current buffer, use
|
characters in the accessible portion of the current buffer, use
|
||||||
`(- (point-max) (point-min))', and to count the number of characters
|
`(- (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)))'. */)
|
`(with-current-buffer BUFFER (- (point-max) (point-min)))'. */)
|
||||||
(Lisp_Object buffer)
|
(Lisp_Object buffer)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue