From: Johannes Lange Date: Sat, 30 Jan 2016 12:40:45 +0000 (+0100) Subject: changed old "cfgparse.y" reference to "config_parser.c" X-Git-Tag: 4.12~25^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1c7b25f25afef292a82de27e1f6bae6524f8e5f6;p=i3%2Fi3 changed old "cfgparse.y" reference to "config_parser.c" --- diff --git a/docs/hacking-howto b/docs/hacking-howto index d6e2b67e..247a1791 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -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.