aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-04-11 09:31:34 +0000
committerDave Love2000-04-11 09:31:34 +0000
commit133f8c7149ca2a9203d5f8fda74b159236676a3d (patch)
treec9bb48e470c68f0c05adf87a3290d5c50d744c73
parent88968b114598dad77a551f3892331d6030182568 (diff)
downloademacs-133f8c7149ca2a9203d5f8fda74b159236676a3d.tar.gz
emacs-133f8c7149ca2a9203d5f8fda74b159236676a3d.zip
iso-acc
-rw-r--r--man/mule.texi10
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
1021non-standard `extended' versions of ISO-8859 character sets by using the 1021non-standard `extended' versions of ISO-8859 character sets by using the
1022function @code{standard-display-8bit} in the @code{disp-table} library. 1022function @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
1025characters: 1025characters:
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
1065character to modify the following letter. In addition, if you have keys 1065character to modify the following letter. In addition, if you have keys
1066for the Latin-1 ``dead accent characters'', they too are defined to 1066for the Latin-1 ``dead accent characters'', they too are defined to
1067compose with the following character, once @code{iso-transl} is loaded. 1067compose with the following character, once @code{iso-transl} is loaded.
1068Use @kbd{C-x 8 C-h} to list the available translations as mnemonic
1069command names.
1070
1071@cindex @code{iso-acc} library
1072@item
1073Also for Latin-1 only, @kbd{M-x iso-aacents-mode} installs a minor mode
1074which provides a facility like the @code{latin-1-prefix} input method
1075but independent of the Leim package.
1068@end itemize 1076@end itemize