diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-10 16:40:21 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-10 16:40:21 +0200 |
commit | 32a214fe829e1e73844c0593125fc495fea8b072 (patch) | |
tree | 8ddd973abd3b615f653f0d8063cedd330a1a29d2 /doc/emacs/screen.texi | |
parent | 568f7b7950c3df8c27a1ddd2c9318cc495c2a28c (diff) | |
download | emacs-32a214fe829e1e73844c0593125fc495fea8b072.tar.gz emacs-32a214fe829e1e73844c0593125fc495fea8b072.tar.bz2 emacs-32a214fe829e1e73844c0593125fc495fea8b072.zip |
(Mode Line): Clarify that coding systems are characters, not letters.
Fixes: debbugs:1749
Diffstat (limited to 'doc/emacs/screen.texi')
-rw-r--r-- | doc/emacs/screen.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/screen.texi b/doc/emacs/screen.texi index 0bc3ce3db8c..145687270ca 100644 --- a/doc/emacs/screen.texi +++ b/doc/emacs/screen.texi @@ -190,7 +190,7 @@ sometimes useful to have this information. Systems}). If it is a dash (@samp{-}), that indicates the default state of affairs: no special character set handling, except for the end-of-line translations described in the next paragraph. @samp{=} -means no conversion whatsoever. Letters represent various nontrivial +means no conversion whatsoever. Characters represent various nontrivial @dfn{coding systems}---for example, @samp{1} represents ISO Latin-1. On a text-only terminal, @var{cs} is preceded by two additional characters that describe the coding system for keyboard input and the |