Skip to content

Commit 0e8d452

Browse files
committed
; * doc/lispref/nonascii.texi (Coding System Basics): Fix grammar.
1 parent 25a2ff7 commit 0e8d452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lispref/nonascii.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ is like @code{undecided}, but it prefers to choose @code{utf-8} when
10491049
possible.
10501050

10511051
In general, a coding system doesn't guarantee roundtrip identity:
1052-
decoding a byte sequence using coding system, then encoding the
1052+
decoding a byte sequence using a coding system, then encoding the
10531053
resulting text in the same coding system, can produce a different byte
10541054
sequence. But some coding systems do guarantee that the byte sequence
10551055
will be the same as what you originally decoded. Here are a few

0 commit comments

Comments
 (0)