]> jfr.im git - irc/hexchat/documentation.git/commitdiff
Fix function name for plugin_pref_delete()
authorTingPing <redacted>
Tue, 31 Jan 2017 02:31:36 +0000 (21:31 -0500)
committerGitHub <redacted>
Tue, 31 Jan 2017 02:31:36 +0000 (21:31 -0500)
Closes hexchat/hexchat#1942

script_perl.rst

index bfd1578b0fc534328af4a76fcbef8ae54a81a56d..729e9616d985d5e8427c5d373d4771b4e9e235bc 100644 (file)
@@ -819,8 +819,8 @@ HexChat::plugin_pref_get( $setting )
 
 Returns the value of the specified setting or undef it is not found.
 
-HexChat::plugin_pref_del( $setting )
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+HexChat::plugin_pref_delete( $setting )
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 - **$setting** - name of the setting you want to delete