/* WORD_CHAR_INFO, EMACSSRC>EMACS*>INFO, ENVIRONMENTS GROUP-DNK, 06/18/84
/* EMACS Standard User Interface: HELP System Screen File
/* Copyright (c) 1984, Prime Computer Inc., Natick, MA 01760


                              CHAR/WORD Switch


  The first  time  the  CHAR/WORD  key  is  pressed,  it  causes  the  cursor
  positioning  keys  that normally move the cursor by character (LEFT, RIGHT)
  to  move  it  by  WORDs.   It  also  causes the DEL and/or DELETE key(s) to
  delete  forward  by  WORDs instead of by characters, and the BACK SPACE key
  to delete backward by WORDs instead of by characters.

  When in WORD mode, the EMACS mode line shows it by adding "word".

  Pressing the CHAR/WORD key a second time causes those same keys  to  revert
  back to character mode, and the mode line removes "word".

  Text cut out by the DEL and/or DELETE key(s), and  the  BACKSPACE  key  (in
  WORD mode ONLY) can be retrieved with the PASTE key.


