aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlWarne <laurencewarne@gmail.com>2021-01-25 21:18:03 +0000
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2021-02-03 11:30:52 +0200
commitfd5994762a90c2311e8aa40c37373f24e1743a55 (patch)
tree007972f3b87135e567bd25e9e9d41b149f62914b /doc
parent793abfead25a7ef92ad3a443ad3067a82f4a2fb9 (diff)
Fix minor typos in related-files-fn doc.
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/ROOT/pages/projects.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc
index cd94b90..d662869 100644
--- a/doc/modules/ROOT/pages/projects.adoc
+++ b/doc/modules/ROOT/pages/projects.adoc
@@ -405,10 +405,10 @@ Projectile includes a couple of helpers to generate commonly used custom functio
| extensions KIND EXTENSIONS
| Relates files with extensions as the specified kind.
-| tests-with-prefix EXTENSION PREFIX
+| test-with-prefix EXTENSION PREFIX
| Relates files with prefix and extension as :test and :impl.
-| tests-with-suffix EXTENSION SUFFIX
+| test-with-suffix EXTENSION SUFFIX
| Relates files with suffix and extension as :test and :impl.
|===
@@ -431,7 +431,7 @@ Each helper means `projectile-related-files-fn-helper-name` function.
(projectile-register-project-type
;; ...
- :related-files-fn #'my/related-files)
+ :related-files-fn my/related-files)
----
== Customizing Project Detection