diff options
| author | Eli Zaretskii | 2000-08-28 03:32:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-28 03:32:42 +0000 |
| commit | 8b4baa7be49a02cee66048671eb91c113d3b926a (patch) | |
| tree | c285858c574f8b034c8e2569e0f75f8807a2e9bb /src | |
| parent | 9dfb0fa2f8c2db70b074a6f43dedc014c721ba9d (diff) | |
| download | emacs-8b4baa7be49a02cee66048671eb91c113d3b926a.tar.gz emacs-8b4baa7be49a02cee66048671eb91c113d3b926a.zip | |
Fix a typo in a comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 86796f54961..789b8c53b0f 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -253,7 +253,7 @@ extern INLINE void temp_set_point_both P_ ((struct buffer *, int, int)); | |||
| 253 | These macros do not check that the position is in range. */ | 253 | These macros do not check that the position is in range. */ |
| 254 | 254 | ||
| 255 | /* Access a Lisp position value in POS, | 255 | /* Access a Lisp position value in POS, |
| 256 | and store the charpos in CHARPOS and the bypepos in BYPEPOS. */ | 256 | and store the charpos in CHARPOS and the bytepos in BYTEPOS. */ |
| 257 | 257 | ||
| 258 | #define DECODE_POSITION(charpos, bytepos, pos) \ | 258 | #define DECODE_POSITION(charpos, bytepos, pos) \ |
| 259 | if (1) \ | 259 | if (1) \ |