projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a2ff7
)
; * doc/lispref/nonascii.texi (Coding System Basics): Fix grammar.
author
Charles A. Roelli
<charles@aurox.ch>
Fri, 26 Apr 2019 19:49:46 +0000
(21:49 +0200)
committer
Charles A. Roelli
<charles@aurox.ch>
Fri, 26 Apr 2019 19:49:46 +0000
(21:49 +0200)
doc/lispref/nonascii.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/nonascii.texi
b/doc/lispref/nonascii.texi
index d58041b279b45b0d9caa4333b1349ed555dccbd6..df4f2932c6e1630a050e1c99f98a3af8fb4b688f 100644
(file)
--- a/
doc/lispref/nonascii.texi
+++ b/
doc/lispref/nonascii.texi
@@
-1049,7
+1049,7
@@
is like @code{undecided}, but it prefers to choose @code{utf-8} when
possible.
In general, a coding system doesn't guarantee roundtrip identity:
-decoding a byte sequence using coding system, then encoding the
+decoding a byte sequence using
a
coding system, then encoding the
resulting text in the same coding system, can produce a different byte
sequence. But some coding systems do guarantee that the byte sequence
will be the same as what you originally decoded. Here are a few