diff options
Diffstat (limited to 'development.md')
-rw-r--r-- | development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md index fc23ee5..e3e0519 100644 --- a/development.md +++ b/development.md @@ -96,7 +96,7 @@ When you add a source file to ted, make sure you: ## Adding settings -Find the `Settings` struct in `ted.h` and add the new member. +Find the `Settings` struct in `ted-internal.h` and add the new member. Then go to `config.c` and edit the `settings_<type>` array. ## Adding commands |