diff options
Diffstat (limited to 'doc/misc/eshell.texi')
-rw-r--r-- | doc/misc/eshell.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 67aa4799f75..e7c3c71afd8 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -676,8 +676,8 @@ You can, of course, define your own virtual targets. They are defined by adding a list of the form @samp{("/dev/name" @var{function} @var{mode})} to @code{eshell-virtual-targets}. The first element is the device name; @var{function} may be either a lambda or a function name. If -@var{mode} is nil, then the function is the output function; if it is -non-nil, then the function is passed the redirection mode as a +@var{mode} is @code{nil}, then the function is the output function; if it is +non-@code{nil}, then the function is passed the redirection mode as a symbol--@code{overwrite} for @code{>}, @code{append} for @code{>>}, or @code{insert} for @code{>>>}--and the function is expected to return the output function. |