From ce3203c404b160ec98d47488fdee35916bb88706 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 20 May 2001 17:25:47 +0000 Subject: [PATCH] Minor fixes. --- man/msdog.texi | 6 +++--- 1 file 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 -- 2.39.5