remove reference to PATH_SEARCH_FUNCS in docs

This commit is contained in:
adam j hartz 2016-06-11 22:51:39 -04:00
parent 2adddd6ea4
commit 8395216a67

View file

@ -408,10 +408,6 @@ DEFAULT_DOCS = {
'PATH': VarDocs(
'List of strings representing where to look for executables.'),
'PATHEXT': VarDocs('List of strings for filtering valid executables by.'),
'PATH_SEARCH_FUNCS': VarDocs(
'Dictionary mapping names to functions, for use with path '
'searching (backtick syntax). See '
'http://xon.sh/tutorial.html#custom-path-searches.'),
'PRETTY_PRINT_RESULTS': VarDocs(
'Flag for "pretty printing" return values.'),
'PROMPT': VarDocs(