Mercurial > emacs
diff src/buffer.h @ 31219:591a215915ca
Fix a typo in a comment.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Mon, 28 Aug 2000 03:32:42 +0000 |
| parents | 3fb31847c03a |
| children | 920b03e019bf |
line wrap: on
line diff
--- a/src/buffer.h Mon Aug 28 01:54:45 2000 +0000 +++ b/src/buffer.h Mon Aug 28 03:32:42 2000 +0000 @@ -253,7 +253,7 @@ These macros do not check that the position is in range. */ /* Access a Lisp position value in POS, - and store the charpos in CHARPOS and the bypepos in BYPEPOS. */ + and store the charpos in CHARPOS and the bytepos in BYTEPOS. */ #define DECODE_POSITION(charpos, bytepos, pos) \ if (1) \
