diff options
Diffstat (limited to 'doc/misc/eshell.texi')
-rw-r--r-- | doc/misc/eshell.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 2945c05e85d..ff368c9dc41 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -800,12 +800,12 @@ command-line switch: @table @var @item short -This element, if non-nil, should be a character to be used as a short +This element, if non-@code{nil}, should be a character to be used as a short switch, like @code{-@var{short}}. At least one of this element and -@var{long} must be non-nil. +@var{long} must be non-@code{nil}. @item long -This element, if non-nil, should be a string to be used as a long +This element, if non-@code{nil}, should be a string to be used as a long switch, like @code{--@var{long}}. @item value |