163
|
1 ;;; DO NOT MODIFY THIS FILE
|
|
2 (if (not (featurep 'iso-autoloads))
|
|
3 (progn
|
165
|
4
|
|
5 (provide 'iso-autoloads)
|
|
6 ))
|
163
|
7
|
|
8 ;;;### (autoloads (iso-accents-mode) "iso-acc" "iso/iso-acc.el")
|
|
9
|
|
10 (autoload 'iso-accents-mode "iso-acc" "\
|
|
11 Toggle ISO Accents mode, in which accents modify the following letter.
|
|
12 This permits easy insertion of accented characters according to ISO-8859-1.
|
|
13 When Iso-accents mode is enabled, accent character keys
|
|
14 \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following
|
|
15 letter key so that it inserts an ISO accented letter.
|
|
16
|
|
17 You can customize ISO Accents mode to a particular language
|
|
18 with the command `iso-accents-customize'.
|
|
19
|
|
20 Special combinations: ~c gives a c with cedilla,
|
|
21 ~d gives an Icelandic eth (d with dash).
|
|
22 ~t gives an Icelandic thorn.
|
|
23 \"s gives German sharp s.
|
|
24 /a gives a with ring.
|
|
25 /e gives an a-e ligature.
|
|
26 ~< and ~> give guillemots.
|
|
27 ~! gives an inverted exclamation mark.
|
|
28 ~? gives an inverted question mark.
|
|
29
|
|
30 With an argument, a positive argument enables ISO Accents mode,
|
|
31 and a negative argument disables it." t nil)
|
|
32
|
|
33 ;;;***
|