diff options
| author | Robert Pluim | 2019-10-14 20:31:33 +0200 |
|---|---|---|
| committer | Robert Pluim | 2019-10-15 14:28:59 +0200 |
| commit | eda385266e7998c7960f9cf3c35715e7419e6148 (patch) | |
| tree | cab953467c06a94fdb0de44a89c5eaa232519006 /src/coding.c | |
| parent | c76b968374e59b0d2c6f652b4f37555374f1ae7d (diff) | |
| download | emacs-eda385266e7998c7960f9cf3c35715e7419e6148.tar.gz emacs-eda385266e7998c7960f9cf3c35715e7419e6148.zip | |
Fix duplicated words in comments
* src/coding.c (encode_string_utf_8):
* src/keyboard.c (syms_of_keyboard):
* src/mini-gmp.c (gmp_lucas_mod, mpz_export):
* src/pdumper.c (dump_set_referrer, dump_queue_compute_score):
* src/timefns.c (Ftime_convert): Remove duplicated words.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 21e6dc4c192..560ec0883ff 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -9613,7 +9613,7 @@ get_char_bytes (int c, int *len) | |||
| 9613 | byte of the same value. | 9613 | byte of the same value. |
| 9614 | 9614 | ||
| 9615 | If HANDLE-OVER-UNI is Qt, encode an over-unicode character | 9615 | If HANDLE-OVER-UNI is Qt, encode an over-unicode character |
| 9616 | into the the same 4 or 5-byte sequence. | 9616 | into the same 4 or 5-byte sequence. |
| 9617 | 9617 | ||
| 9618 | If the two arguments are Qnil, return Qnil if STRING has a | 9618 | If the two arguments are Qnil, return Qnil if STRING has a |
| 9619 | non-Unicode character. */ | 9619 | non-Unicode character. */ |