diff --git a/functions/aspell.xml b/functions/aspell.xml index a0a5b1b532..4bd68262b5 100644 --- a/functions/aspell.xml +++ b/functions/aspell.xml @@ -1,6 +1,6 @@ - + - Aspell functions + Aspell functions [deprecated] Aspell @@ -27,7 +27,7 @@ aspell_new - Load a new dictionary + Load a new dictionary [deprecated] Description @@ -35,9 +35,11 @@ int aspell_new string master - string personal + string + personal + aspell_new opens up a new dictionary and returns the dictionary link identifier for use in other aspell @@ -57,7 +59,7 @@ $aspell_link = aspell_new("english"); aspell_check - Check a word + Check a word [deprecated] Description @@ -93,7 +95,7 @@ if (aspell_check($aspell_link, "testt")) { aspell_check_raw - Check a word without changing its case or trying to trim it + Check a word without changing its case or trying to trim it [deprecated] @@ -130,7 +132,7 @@ if (aspell_check_raw($aspell_link, "test")) { aspell_suggest - Suggest spellings of a word + Suggest spellings of a word [deprecated] Description