Fix warning: Found unknown command `\args'

The problem was that 'cd' is a builtin.
Thanks @MarkGriffiths

Fixes #3418
This commit is contained in:
Aaron Gyes 2016-10-10 11:50:39 -07:00
parent 14efcb7cc5
commit ea3e144f2d

View file

@ -131,7 +131,7 @@ The following special input functions are available:
\subsection bind-example Examples
\fish
bind \\cd 'exit'
bind <asis>\\cd</asis> 'exit'
\endfish
Causes `fish` to exit when @key{Control,D} is pressed.