Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f458a8e0
Commit
f458a8e0
authored
Jul 03, 2002
by
Juanma Barranquero
Browse files
Fix typo.
parent
9af6aa14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
etc/TUTORIAL
etc/TUTORIAL
+1
-1
src/coding.c
src/coding.c
+1
-1
No files found.
etc/TUTORIAL
View file @
f458a8e0
...
...
@@ -575,7 +575,7 @@ is always part of some buffer.
>> Type C-x 1 to get rid of the buffer list.
When you have several buffers, only o
f
of them is "current" at any
When you have several buffers, only o
ne
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
...
...
src/coding.c
View file @
f458a8e0
...
...
@@ -2685,7 +2685,7 @@ encode_coding_iso2022 (coding, source, destination, src_bytes, dst_bytes)
/* 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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment