diff options
| -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 |