diff options
| author | Philipp Stephani | 2020-02-13 22:43:03 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2020-02-13 22:43:03 +0100 |
| commit | 75a9eee8b80099670cd78273d0df69115422daa4 (patch) | |
| tree | 98aebc21dc1e03544b52a7cdfbde50b764c74f10 /src | |
| parent | 4d8d25d6417d3ac64627a44571cf63feb7abe44f (diff) | |
| download | emacs-75a9eee8b80099670cd78273d0df69115422daa4.tar.gz emacs-75a9eee8b80099670cd78273d0df69115422daa4.zip | |
; * src/editfns.c (Fbuffer_size): Tiny clarification.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 05ad3925813..ddf190b1752 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -863,7 +863,7 @@ instead. | |||
| 863 | This does not take narrowing into account; to count the number of | 863 | This does not take narrowing into account; to count the number of |
| 864 | characters in the accessible portion of the current buffer, use | 864 | characters in the accessible portion of the current buffer, use |
| 865 | `(- (point-max) (point-min))', and to count the number of characters | 865 | `(- (point-max) (point-min))', and to count the number of characters |
| 866 | in some other BUFFER, use | 866 | in the accessible portion of some other BUFFER, use |
| 867 | `(with-current-buffer BUFFER (- (point-max) (point-min)))'. */) | 867 | `(with-current-buffer BUFFER (- (point-max) (point-min)))'. */) |
| 868 | (Lisp_Object buffer) | 868 | (Lisp_Object buffer) |
| 869 | { | 869 | { |