Mercurial > emacs
changeset 31219:591a215915ca
Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 28 Aug 2000 03:32:42 +0000 |
parents | 6828c3827297 |
children | e947c5224fc0 |
files | src/buffer.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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) \