Mercurial > emacs
comparison man/msdog.texi @ 37847:d5fbaec503ab
Minor fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 20 May 2001 17:25:47 +0000 |
parents | ff4c34a90065 |
children | 9408156a3159 |
comparison
equal
deleted
inserted
replaced
37846:d8b197c6f26d | 37847:d5fbaec503ab |
---|---|
61 what key codes are returned by keys in the numeric keypad. You can also | 61 what key codes are returned by keys in the numeric keypad. You can also |
62 define the keypad @key{ENTER} key to act like @kbd{C-j}, by putting the | 62 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 |
70 @kindex DEL @r{(MS-DOS)} | 70 @kindex DEL @r{(MS-DOS)} |
71 @kindex BS @r{(MS-DOS)} | 71 @kindex BS @r{(MS-DOS)} |
157 others) by defining the relevant faces to use different colors. Use the | 157 others) by defining the relevant faces to use different colors. Use the |
158 @code{list-colors-display} command (@pxref{Frame Parameters}) and the | 158 @code{list-colors-display} command (@pxref{Frame Parameters}) and 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 |
167 When Emacs starts, it changes the cursor shape to a solid box. This | 167 When Emacs starts, it changes the cursor shape to a solid box. This |
168 is for compatibility with other systems, where the box cursor is the | 168 is for compatibility with other systems, where the box cursor is the |