Mercurial > emacs
changeset 46150:5d6d01bbbe87
Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 03 Jul 2002 09:49:28 +0000 |
parents | c6ae40efaad1 |
children | eff75835ac2e |
files | etc/TUTORIAL src/coding.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/TUTORIAL Wed Jul 03 09:17:47 2002 +0000 +++ b/etc/TUTORIAL Wed Jul 03 09:49:28 2002 +0000 @@ -575,7 +575,7 @@ >> Type C-x 1 to get rid of the buffer list. -When you have several buffers, only of of them is "current" at any +When you have several buffers, only one of them is "current" at any time. That buffer is the one you edit. If you want to edit another buffer, you need to "switch" to it. If you want to switch to a buffer that corresponds to a file, you can do it by visiting the file again
--- a/src/coding.c Wed Jul 03 09:17:47 2002 +0000 +++ b/src/coding.c Wed Jul 03 09:49:28 2002 +0000 @@ -2685,7 +2685,7 @@ /* Macros to decode or encode a character of Big5 in BIG5. B1 and B2 are the 1st and 2nd position-codes of Big5 in BIG5 coding system. - C1 and C2 are the 1st and 2nd position-codes of of Emacs' internal + C1 and C2 are the 1st and 2nd position-codes of Emacs' internal format. CHARSET is `charset_big5_1' or `charset_big5_2'. */ /* Number of Big5 characters which have the same code in 1st byte. */