diff options
| -rw-r--r-- | lisp/international/utf-8.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el index 54f6633ce42..c2227005dd4 100644 --- a/lisp/international/utf-8.el +++ b/lisp/international/utf-8.el | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | ;; used to support encoding and decoding of about a quarter of the CJK | 53 | ;; used to support encoding and decoding of about a quarter of the CJK |
| 54 | ;; space between U+3400 and U+DFFF. | 54 | ;; space between U+3400 and U+DFFF. |
| 55 | 55 | ||
| 56 | ;; UTF-8 is defined in RFC 2279. A sketch of the encoding is: | 56 | ;; UTF-8 is defined in RFC 3629. A sketch of the encoding is: |
| 57 | 57 | ||
| 58 | ;; scalar | utf-8 | 58 | ;; scalar | utf-8 |
| 59 | ;; value | 1st byte | 2nd byte | 3rd byte | 59 | ;; value | 1st byte | 2nd byte | 3rd byte |