Merge pull request #2183 from jolange/hacking_update

changed old `cfgparse.y` reference to `config_parser.c`
next
Michael Stapelberg 2016-01-31 16:22:21 +01:00
commit b565676fb7
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ containers, searching containers, getting specific properties from containers,
src/config.c::
Contains all functions handling the configuration file (calling the parser
(src/cfgparse.y) with the correct path, switching key bindings mode).
src/config_parser.c) with the correct path, switching key bindings mode).
src/debug.c::
Contains debugging functions to print unhandled X events.