From aeb987e17f089c3a10db96f4cf86000af99fcfde Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 31 May 2018 06:36:09 +0200 Subject: menuconfig: Fix outdated comment cached_search_strings was renamed to cached_search_nodes. --- menuconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menuconfig.py b/menuconfig.py index ff27d17..44ec4cb 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1557,7 +1557,7 @@ def _jump_to_dialog(): s, s_i, hscroll = _edit_text(c, s, s_i, hscroll, edit_box.getmaxyx()[1] - 2) -# Obscure Python: We never pass a value for cached_search_strings, and it keeps +# Obscure Python: We never pass a value for cached_search_nodes, and it keeps # pointing to the same list. This avoids a global. def _searched_nodes(cached_search_nodes=[]): # Returns a list of menu nodes to search, sorted by symbol name -- cgit v1.2.3