diff options
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 | { |