Skip to content

Commit

Permalink
Fix a signal parameter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Oct 9, 2021
1 parent ea311cd commit b10b42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pluginsignals.c
Expand Up @@ -227,7 +227,7 @@ signal void (*build_start)(GObject *obj, gpointer user_data);
* @param obj a GeanyObject instance, should be ignored.
* @param word the current word (in UTF-8 encoding) below the cursor position
* where the popup menu will be opened.
* @param click_pos the cursor position where the popup will be opened.
* @param pos the cursor position where the popup will be opened.
* @param doc the current document.
* @param user_data user data.
*/
Expand Down

0 comments on commit b10b42b

Please sign in to comment.