diff options
| -rw-r--r-- | man/msdog.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/msdog.texi b/man/msdog.texi index a3e382d1474..2115874df77 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -63,7 +63,7 @@ define the keypad @key{ENTER} key to act like @kbd{C-j}, by putting the | |||
| 63 | following line into your @file{_emacs} file: | 63 | following line into your @file{_emacs} file: |
| 64 | 64 | ||
| 65 | @smallexample | 65 | @smallexample |
| 66 | ;; Make the Enter key from the Numeric keypad act as C-j. | 66 | ;; @r{Make the @key{ENTER} key from the numeric keypad act as @kbd{C-j}.} |
| 67 | (define-key function-key-map [kp-enter] [?\C-j]) | 67 | (define-key function-key-map [kp-enter] [?\C-j]) |
| 68 | @end smallexample | 68 | @end smallexample |
| 69 | 69 | ||
| @@ -159,8 +159,8 @@ others) by defining the relevant faces to use different colors. Use the | |||
| 159 | @code{list-faces-display} command (@pxref{Faces}) to see what colors and | 159 | @code{list-faces-display} command (@pxref{Faces}) to see what colors and |
| 160 | faces are available and what they look like. | 160 | faces are available and what they look like. |
| 161 | 161 | ||
| 162 | The section @ref{MS-DOS and MULE}, later in this chapter, describes | 162 | @xref{MS-DOS and MULE}, later in this chapter, for information on |
| 163 | how Emacs displays glyphs and characters which aren't supported by the | 163 | how Emacs displays glyphs and characters that aren't supported by the |
| 164 | native font built into the DOS display. | 164 | native font built into the DOS display. |
| 165 | 165 | ||
| 166 | @cindex cursor shape on MS-DOS | 166 | @cindex cursor shape on MS-DOS |