comparison lisp/iso/auto-autoloads.el @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents
children 5a88923fcbfe
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
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 ))