diff --git a/doc/geany.html b/doc/geany.html
index 603d70a7..4668b4c4 100644
--- a/doc/geany.html
+++ b/doc/geany.html
@@ -3016,13 +3016,13 @@ file
file
Loads From:
-filetype.xxx file in
+filetypes.xxx file in
~/.config/geany/filedefs
Saves to: as above,
creating if needed.
|
Loads From:
-filetype.xxx in
+filetypes.xxx in
Geany install
Saves to: as user
preferences left.
@@ -3043,7 +3043,7 @@ geany.conf file in
creating if needed.
|
Loads From:
-filetype.xxx in
+filetypes.xxx in
Geany install
Saves to: as user
preferences left.
@@ -3072,14 +3072,14 @@ project file
| Loads From:
geany.conf file in
~/.config/geany or else
-filetype.xxx file in
+filetypes.xxx file in
~/.config/geany/filedefs
Saves To:
-filetype.xxx file in
+filetypes.xxx file in
~/.config/geany/filedefs
|
Loads From:
-filetype.xxx in
+filetypes.xxx in
Geany install
Saves To: as user
preferences left.
@@ -3091,8 +3091,8 @@ Command: ./%e |
The following notes on the table reference cells by coordinate as (group,source):
-- General - for filetype.xxx substitute the filetype name of the
-current document for xxx.
+- General - for filetypes.xxx substitute the appropriate extension for
+the filetype of the current document for xxx - see filenames.
- System Filetypes - Labels loaded from these sources are locale sensitive
and can contain translations.
- (Filetype, Project File) and (Filetype, Preferences) - preferences use a full
@@ -6553,7 +6553,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/doc/geany.txt b/doc/geany.txt
index de1b13d4..d9464b9a 100644
--- a/doc/geany.txt
+++ b/doc/geany.txt
@@ -2754,14 +2754,14 @@ is shown in the following table.
| Group | Project File | Preferences | System Filetype | Defaults |
+==============+=====================+==========================+===================+===============================+
| Filetype | Loads From: project | Loads From: | Loads From: | None |
-| | file | filetype.xxx file in | filetype.xxx in | |
+| | file | filetypes.xxx file in | filetypes.xxx in | |
| | | ~/.config/geany/filedefs | Geany install | |
| | Saves To: project | | | |
| | file | Saves to: as above, | Saves to: as user | |
| | | creating if needed. | preferences left. | |
+--------------+---------------------+--------------------------+-------------------+-------------------------------+
| Filetype | Loads From: project | Loads From: | Loads From: | 1: |
-| Independent | file | geany.conf file in | filetype.xxx in | Label: _Make |
+| Independent | file | geany.conf file in | filetypes.xxx in | Label: _Make |
| | | ~/.config/geany | Geany install | Command: make |
| | Saves To: project | | | |
| | file | Saves to: as above, | Saves to: as user | 2: |
@@ -2773,20 +2773,20 @@ is shown in the following table.
| | | | | Command: make %e.o |
+--------------+---------------------+--------------------------+-------------------+-------------------------------+
| Execute | Loads From: project | Loads From: | Loads From: | Label: _Execute |
-| | file or else | geany.conf file in | filetype.xxx in | Command: ./%e |
+| | file or else | geany.conf file in | filetypes.xxx in | Command: ./%e |
| | filetype defined in | ~/.config/geany or else | Geany install | |
-| | project file | filetype.xxx file in | | |
+| | project file | filetypes.xxx file in | | |
| | | ~/.config/geany/filedefs | Saves To: as user | |
| | Saves To: | | preferences left. | |
| | project file | Saves To: | | |
-| | | filetype.xxx file in | | |
+| | | filetypes.xxx file in | | |
| | | ~/.config/geany/filedefs | | |
+--------------+---------------------+--------------------------+-------------------+-------------------------------+
The following notes on the table reference cells by coordinate as (group,source):
-* General - for filetype.xxx substitute the filetype name of the
- current document for xxx.
+* General - for filetypes.xxx substitute the appropriate extension for
+ the filetype of the current document for xxx - see `filenames`.
* System Filetypes - Labels loaded from these sources are locale sensitive
and can contain translations.