diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-09-12 21:03:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-09-12 21:03:06 +0000 |
commit | 6eb5fac3a2820843ac9a9fb0fa3ad699092147bd (patch) | |
tree | 120c5a5a97b7057f9c731a1ae9a906031ba0a511 | |
parent | eb9ee0dbe65d9166b86d539a764205ba439e3965 (diff) | |
download | emacs-6eb5fac3a2820843ac9a9fb0fa3ad699092147bd.tar.gz |
Write "ASCII" without @sc.
-rw-r--r-- | man/mule.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mule.texi b/man/mule.texi index 3359892fb0e..4bc21f1752c 100644 --- a/man/mule.texi +++ b/man/mule.texi @@ -1241,7 +1241,7 @@ call this function explicitly to create a fontset. @node Undisplayable Characters @section Undisplayable Characters - Your terminal may be unable to display some non-@sc{ascii} + Your terminal may be unable to display some non-ASCII characters. Most non-windowing terminals can only use a single character set (use the variable @code{default-terminal-coding-system} (@pxref{Specify Coding}) to tell Emacs which one); characters which @@ -1253,7 +1253,7 @@ you may not have fonts installed for all of them; characters that have no font appear as a hollow box. If you use Latin-1 characters but your terminal can't display -Latin-1, you can arrange to display mnemonic @sc{ascii} sequences +Latin-1, you can arrange to display mnemonic ASCII sequences instead, e.g.@: @samp{"o} for o-umlaut. Load the library @file{iso-ascii} to do this. |