diff options
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r-- | doc/emacs/misc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 1514e316f8c..29c0bed19c0 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -1540,7 +1540,7 @@ color is supported. Therefore, Emacs provides an option @code{comint-terminfo-terminal} to let you choose a terminal with more advanced features, as defined in your system's terminfo database. Emacs will use this option as the value for @env{TERM} so long as -@code{system-uses-terminfo} is non-nil. +@code{system-uses-terminfo} is non-@code{nil}. Both @code{comint-terminfo-terminal} and @code{system-uses-terminfo} can be declared as connection-local variables to adjust these options |