# HG changeset patch # User Juanma Barranquero # Date 1025689768 0 # Node ID 5d6d01bbbe87c463b32adcf819aaa613dbff3d5e # Parent c6ae40efaad160d333c2c1489f0f3d1d7b979229 Fix typo. diff -r c6ae40efaad1 -r 5d6d01bbbe87 etc/TUTORIAL --- 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 diff -r c6ae40efaad1 -r 5d6d01bbbe87 src/coding.c --- 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. */