mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
remove reference to PATH_SEARCH_FUNCS in docs
This commit is contained in:
parent
2adddd6ea4
commit
8395216a67
1 changed files with 0 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue