diff options
| author | Eli Zaretskii | 1999-01-18 07:14:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-01-18 07:14:30 +0000 |
| commit | 01f767b79a2fc05055cf0ecf634cb3ab666a6f86 (patch) | |
| tree | 0856964b697a4ea182a88641365da1d1488c390d | |
| parent | 6af1f5981d736afa967c3a4e7f7c63f203b764d9 (diff) | |
| download | emacs-01f767b79a2fc05055cf0ecf634cb3ab666a6f86.tar.gz emacs-01f767b79a2fc05055cf0ecf634cb3ab666a6f86.zip | |
(MS-DOS and MULE): dos-unsupported-character-glyph is
a triangle by default, not a solid box.
| -rw-r--r-- | man/msdog.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/msdog.texi b/man/msdog.texi index a6ffcb848ec..f859f622481 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -577,8 +577,10 @@ converted into a particular character code, specified by the variable | |||
| 577 | 577 | ||
| 578 | Emacs supports many other characters sets aside from ISO 8859, but it | 578 | Emacs supports many other characters sets aside from ISO 8859, but it |
| 579 | cannot display them on MS-DOS. So if one of these multibyte characters | 579 | cannot display them on MS-DOS. So if one of these multibyte characters |
| 580 | appears in a buffer, Emacs on MS-DOS displays a solid box instead of the | 580 | appears in a buffer, Emacs on MS-DOS displays them as specified by the |
| 581 | character. | 581 | @code{dos-unsupported-character-glyph} variable; by default, this glyph |
| 582 | is an empty triangle. Use the @kbd{C-u C-x =} command to display the | ||
| 583 | actual code and character set of such characters. @xref{Position Info}. | ||
| 582 | 584 | ||
| 583 | @findex codepage-setup | 585 | @findex codepage-setup |
| 584 | By default, Emacs defines a coding system to support the current | 586 | By default, Emacs defines a coding system to support the current |