summaryrefslogtreecommitdiff
path: root/modules/search/search.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search/search.api.php')
-rw-r--r--modules/search/search.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.api.php b/modules/search/search.api.php
index 25b446ebb..89290bc2d 100644
--- a/modules/search/search.api.php
+++ b/modules/search/search.api.php
@@ -168,7 +168,7 @@ function hook_search_admin() {
* search_expression_insert() may also be helpful for adding custom search
* parameters to the search expression.
*
- * See node_execute_search() for an example of a module that uses the search
+ * See node_search_execute() for an example of a module that uses the search
* index, and user_execute_search() for an example that doesn't ues the search
* index.
*