reference/pspell/constants.xml
5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="constant.pspell-fast">
8
8
<term>
9
9
<constant>PSPELL_FAST</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -18,7 +18,7 @@
18
18
<varlistentry xml:id="constant.pspell-normal">
19
19
<term>
20
20
<constant>PSPELL_NORMAL</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -29,7 +29,7 @@
29
29
<varlistentry xml:id="constant.pspell-bad-spellers">
30
30
<term>
31
31
<constant>PSPELL_BAD_SPELLERS</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -40,7 +40,7 @@
40
40
<varlistentry xml:id="constant.pspell-run-together">
41
41
<term>
42
42
<constant>PSPELL_RUN_TOGETHER</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
...
...
@@ -50,7 +50,6 @@
50
50
</varlistentry>
51
51
</variablelist>
52
52
</appendix>
53
-

54
53
<!-- Keep this comment at the end of the file
55
54
Local variables:
56
55
mode: sgml
57
56