diff options
Diffstat (limited to 'doc/misc/edt.texi')
-rw-r--r-- | doc/misc/edt.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi index 8b4ac0da5d6..d6f9c9faf9b 100644 --- a/doc/misc/edt.texi +++ b/doc/misc/edt.texi @@ -317,7 +317,7 @@ emulation. Emacs binds keys to @acronym{ASCII} control characters and so does the real EDT@. Where EDT key bindings and Emacs key bindings conflict, the default Emacs key bindings are retained by the EDT emulation by -default. If you are a diehard EDT user you may not like this. The +default. If you are a die-hard EDT user you may not like this. The @ref{Control keys} section explains how to change this so that the EDT bindings to @acronym{ASCII} control characters override the default Emacs bindings. @@ -443,7 +443,7 @@ the PC @key{NumLock} keypad key will be configurable for the emulation of the @key{PF1} key. The PC keypad can now emulate an LK-201 keypad (less the comma key), the standard keyboard supplied with DEC terminals VT-200 and above. This @file{.xmodmaprc} file switches the role of the -@key{F12} and @key{NumLock} keys. It has been tested on RedHat +@key{F12} and @key{NumLock} keys. It has been tested on Red Hat GNU/Linux 5.2. Other versions of GNU/Linux may require different keycodes. (@ref{Unix} for further help on how to do this.) @@ -460,7 +460,7 @@ keycode assignments vary from system to system, some investigation is needed to see how to do this on a particular system. You will need to look at the output generated by @code{xmodmap} invoked -with the "-pm" switch. For example, on RedHat GNU/Linux 5.2 on a PC, we +with the "-pm" switch. For example, on Red Hat GNU/Linux 5.2 on a PC, we get the following output when running @samp{xmodmap -pm}: @example @@ -495,7 +495,7 @@ keycode 96 = F12 . @end example -@noindent So, in RedHat GNU/Linux 5.2 on a PC, Num_Lock generates keycode 77. +@noindent So, in Red Hat GNU/Linux 5.2 on a PC, Num_Lock generates keycode 77. The following steps are taken: @enumerate @@ -883,7 +883,7 @@ Here are some examples: (setq edt-word-entities '(?\t) ; specifies TAB, the default @end example -@noindent You can also specify characters by their decimal ascii values: +@noindent You can also specify characters by their decimal ASCII values: @example (setq edt-word-entities '(9 45 47)) ; specifies TAB, - , and / @@ -893,7 +893,7 @@ Here are some examples: @section Enabling EDT Control Key Sequence Bindings Where EDT key bindings and Emacs key bindings conflict, the default -Emacs key bindings are retained by default. Some diehard EDT users +Emacs key bindings are retained by default. Some die-hard EDT users may not like this. So, if the variable @code{edt-use-EDT-control-key-bindings} is set to true in a user's @file{.emacs} file, then the default EDT Emulation mode will enable most |