projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7187cda
)
(emacs_mule_char): Fix a typo in commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 2 Mar 2010 21:43:50 +0000
(23:43 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 2 Mar 2010 21:43:50 +0000
(23:43 +0200)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 27931c123d216bf71720d44a9fe164971b90bacd..df81eaba16e0b2abf339fbe178dafca5fbb23e54 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-2065,7
+2065,7
@@
detect_coding_emacs_mule (coding, detect_info)
/* Parse emacs-mule multibyte sequence at SRC and return the decoded
character. If CMP_STATUS indicates that we must expect MSEQ or
RULE described above, decode it and return the negative value of
- the de
oc
ded character or rule. If an invalid byte is found, return
+ the de
co
ded character or rule. If an invalid byte is found, return
-1. If SRC is too short, return -2. */
int