EDITOR Variable
     There are many places that Freedom Desktop invokes your
     editor.   Before you start Freedom Desktop, you can use
     the EDITOR environment variable to specify either vi or
     GNU Emacs as the editor for the Freedom Desktop to
     invoke.  If you do not specify GNU Emacs, Freedom
     Desktop will use vi as the default.
     
          To specify GNU Emacs as the editor for Desktop to
          invoke, use the following shell command before you
          start Freedom Desktop:
          
          % setenv EDITOR emacs
          
          To Specify vi as your editor, use the following
          command before you start Desktop:
          
          %  setenv EDITOR vi

     It is possible to specify an editor other than vi and emacs by
     setting the EDITOR variable with the path of the editor of
     choice:

	  % setenv EDITOR <path>
