diff options
| author | Dave Love | 2000-04-11 09:31:34 +0000 |
|---|---|---|
| committer | Dave Love | 2000-04-11 09:31:34 +0000 |
| commit | 133f8c7149ca2a9203d5f8fda74b159236676a3d (patch) | |
| tree | c9bb48e470c68f0c05adf87a3290d5c50d744c73 | |
| parent | 88968b114598dad77a551f3892331d6030182568 (diff) | |
| download | emacs-133f8c7149ca2a9203d5f8fda74b159236676a3d.tar.gz emacs-133f8c7149ca2a9203d5f8fda74b159236676a3d.zip | |
iso-acc
| -rw-r--r-- | man/mule.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man/mule.texi b/man/mule.texi index e3308fcbe0f..7f78888a72b 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -1021,7 +1021,7 @@ inclusive) are displayed as octal escapes. You can change this for | |||
| 1021 | non-standard `extended' versions of ISO-8859 character sets by using the | 1021 | non-standard `extended' versions of ISO-8859 character sets by using the |
| 1022 | function @code{standard-display-8bit} in the @code{disp-table} library. | 1022 | function @code{standard-display-8bit} in the @code{disp-table} library. |
| 1023 | 1023 | ||
| 1024 | There are three different ways you can input single-byte non-ASCII | 1024 | There are several ways you can input single-byte non-ASCII |
| 1025 | characters: | 1025 | characters: |
| 1026 | 1026 | ||
| 1027 | @itemize @bullet | 1027 | @itemize @bullet |
| @@ -1065,4 +1065,12 @@ the same purpose as @kbd{C-x 8}; use @key{ALT} together with an accent | |||
| 1065 | character to modify the following letter. In addition, if you have keys | 1065 | character to modify the following letter. In addition, if you have keys |
| 1066 | for the Latin-1 ``dead accent characters'', they too are defined to | 1066 | for the Latin-1 ``dead accent characters'', they too are defined to |
| 1067 | compose with the following character, once @code{iso-transl} is loaded. | 1067 | compose with the following character, once @code{iso-transl} is loaded. |
| 1068 | Use @kbd{C-x 8 C-h} to list the available translations as mnemonic | ||
| 1069 | command names. | ||
| 1070 | |||
| 1071 | @cindex @code{iso-acc} library | ||
| 1072 | @item | ||
| 1073 | Also for Latin-1 only, @kbd{M-x iso-aacents-mode} installs a minor mode | ||
| 1074 | which provides a facility like the @code{latin-1-prefix} input method | ||
| 1075 | but independent of the Leim package. | ||
| 1068 | @end itemize | 1076 | @end itemize |