diff options
| author | Juanma Barranquero | 2002-07-03 09:49:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-03 09:49:28 +0000 |
| commit | f458a8e091b4a144736f2eaaebdcc773af2006fa (patch) | |
| tree | e8b64611b5b97e6b70af4ce6e387d63677725670 | |
| parent | 9af6aa14adbd01c01e3d9ebc75192b6cf950ea13 (diff) | |
| download | emacs-f458a8e091b4a144736f2eaaebdcc773af2006fa.tar.gz emacs-f458a8e091b4a144736f2eaaebdcc773af2006fa.zip | |
Fix typo.
| -rw-r--r-- | etc/TUTORIAL | 2 | ||||
| -rw-r--r-- | src/coding.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL index ab4fa9e9400..81884a207a6 100644 --- a/etc/TUTORIAL +++ b/etc/TUTORIAL | |||
| @@ -575,7 +575,7 @@ is always part of some buffer. | |||
| 575 | 575 | ||
| 576 | >> Type C-x 1 to get rid of the buffer list. | 576 | >> Type C-x 1 to get rid of the buffer list. |
| 577 | 577 | ||
| 578 | When you have several buffers, only of of them is "current" at any | 578 | When you have several buffers, only one of them is "current" at any |
| 579 | time. That buffer is the one you edit. If you want to edit another | 579 | time. That buffer is the one you edit. If you want to edit another |
| 580 | buffer, you need to "switch" to it. If you want to switch to a buffer | 580 | buffer, you need to "switch" to it. If you want to switch to a buffer |
| 581 | that corresponds to a file, you can do it by visiting the file again | 581 | that corresponds to a file, you can do it by visiting the file again |
diff --git a/src/coding.c b/src/coding.c index 25bf5f9ad93..0c4f20f1253 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -2685,7 +2685,7 @@ encode_coding_iso2022 (coding, source, destination, src_bytes, dst_bytes) | |||
| 2685 | 2685 | ||
| 2686 | /* Macros to decode or encode a character of Big5 in BIG5. B1 and B2 | 2686 | /* Macros to decode or encode a character of Big5 in BIG5. B1 and B2 |
| 2687 | are the 1st and 2nd position-codes of Big5 in BIG5 coding system. | 2687 | are the 1st and 2nd position-codes of Big5 in BIG5 coding system. |
| 2688 | C1 and C2 are the 1st and 2nd position-codes of of Emacs' internal | 2688 | C1 and C2 are the 1st and 2nd position-codes of Emacs' internal |
| 2689 | format. CHARSET is `charset_big5_1' or `charset_big5_2'. */ | 2689 | format. CHARSET is `charset_big5_1' or `charset_big5_2'. */ |
| 2690 | 2690 | ||
| 2691 | /* Number of Big5 characters which have the same code in 1st byte. */ | 2691 | /* Number of Big5 characters which have the same code in 1st byte. */ |