reference/pspell/functions/pspell-config-save-repl.xml
81b23db050ac0627b056585c16bfe95445ae174e
...
...
@@ -11,8 +11,8 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>pspell_config_save_repl</methodname>
14
-
<methodparam><type>int</type><parameter>dictionary_link</parameter></methodparam>
15
-
<methodparam><type>bool</type><parameter>flag</parameter></methodparam>
14
+
<methodparam><type>PSpell\Config</type><parameter>config</parameter></methodparam>
15
+
<methodparam><type>bool</type><parameter>save</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
18
<function>pspell_config_save_repl</function> determines whether
...
...
@@ -34,14 +34,13 @@
34
34
<para>
35
35
<variablelist>
36
36
<varlistentry>
37
-
<term><parameter>dictionary_link</parameter></term>
37
+
<term><parameter>config</parameter></term>
38
38
<listitem>
39
-
<para>
40
-
</para>
39
+
&pspell.parameter.pspell-config;
41
40
</listitem>
42
41
</varlistentry>
43
42
<varlistentry>
44
-
<term><parameter>flag</parameter></term>
43
+
<term><parameter>save</parameter></term>
45
44
<listitem>
46
45
<para>
47
46
&true; if replacement pairs should be saved, &false; otherwise.
...
...
@@ -59,6 +58,23 @@
59
58
</para>
60
59
</refsect1>
61
60

61
+
<refsect1 role="changelog">
62
+
&reftitle.changelog;
63
+
<informaltable>
64
+
<tgroup cols="2">
65
+
<thead>
66
+
<row>
67
+
<entry>&Version;</entry>
68
+
<entry>&Description;</entry>
69
+
</row>
70
+
</thead>
71
+
<tbody>
72
+
&pspell.changelog.pspell-config;
73
+
</tbody>
74
+
</tgroup>
75
+
</informaltable>
76
+
</refsect1>
77
+

62
78
<refsect1 role="notes">
63
79
&reftitle.notes;
64
80
<note>
...
...
@@ -70,7 +86,6 @@
70
86
</refsect1>
71
87

72
88
</refentry>
73
-

74
89
<!-- Keep this comment at the end of the file
75
90
Local variables:
76
91
mode: sgml
77
92