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