diff options
| author | Karoly Lorentey | 2006-01-03 02:15:28 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-01-03 02:15:28 +0000 |
| commit | b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf (patch) | |
| tree | 87bc562249d9e597e12406e1d9b1c7dfb0f937e5 /man/basic.texi | |
| parent | b3e6f69c10973ff7b040ced07a3a084960619681 (diff) | |
| parent | 55262b16df717fe533ea4ad23dac3f02398c9055 (diff) | |
| download | emacs-b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf.tar.gz emacs-b58cb6144c59dfa3a44b9b383cf354bc2c9bebdf.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 682)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-682
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-490
Diffstat (limited to 'man/basic.texi')
| -rw-r--r-- | man/basic.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/basic.texi b/man/basic.texi index e8c36d405c1..c2e48263c20 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -717,14 +717,14 @@ displays the character as @samp{@`A}), and which has font-lock-mode | |||
| 717 | 717 | ||
| 718 | @smallexample | 718 | @smallexample |
| 719 | character: @`A (2240, #o4300, #x8c0, U+00C0) | 719 | character: @`A (2240, #o4300, #x8c0, U+00C0) |
| 720 | charset: [latin-iso8859-1] | 720 | charset: latin-iso8859-1 |
| 721 | (Right-Hand Part of Latin Alphabet 1@dots{} | 721 | (Right-Hand Part of Latin Alphabet 1@dots{} |
| 722 | code point: [64] | 722 | code point: #x40 |
| 723 | syntax: w which means: word | 723 | syntax: w which means: word |
| 724 | category: l:Latin | 724 | category: l:Latin |
| 725 | to input: type "`A" with [latin-1-prefix] | 725 | to input: type "`A" with latin-1-prefix |
| 726 | buffer code: #x81 #xC0 | 726 | buffer code: #x81 #xC0 |
| 727 | file code: ESC #x2C #x41 #x40 (encoded by coding system iso-2022-7bit) | 727 | file code: #xC0 (encoded by coding system iso-latin-1) |
| 728 | display: terminal code #xC0 | 728 | display: terminal code #xC0 |
| 729 | 729 | ||
| 730 | There are text properties here: | 730 | There are text properties here: |