diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-05-20 17:25:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-05-20 17:25:47 +0000 |
commit | ce3203c404b160ec98d47488fdee35916bb88706 (patch) | |
tree | e67db046ebe4faf7efa5727ff3bedb516213ef48 /man/msdog.texi | |
parent | fc98b4ba79670bf92ff044d02ecc94c761f81a13 (diff) | |
download | emacs-ce3203c404b160ec98d47488fdee35916bb88706.tar.gz |
Minor fixes.
Diffstat (limited to 'man/msdog.texi')
-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 following line into your @file{_emacs} file: @smallexample -;; Make the Enter key from the Numeric keypad act as C-j. +;; @r{Make the @key{ENTER} key from the numeric keypad act as @kbd{C-j}.} (define-key function-key-map [kp-enter] [?\C-j]) @end smallexample @@ -159,8 +159,8 @@ others) by defining the relevant faces to use different colors. Use the @code{list-faces-display} command (@pxref{Faces}) to see what colors and faces are available and what they look like. - The section @ref{MS-DOS and MULE}, later in this chapter, describes -how Emacs displays glyphs and characters which aren't supported by the + @xref{MS-DOS and MULE}, later in this chapter, for information on +how Emacs displays glyphs and characters that aren't supported by the native font built into the DOS display. @cindex cursor shape on MS-DOS |