XEmacs 21.4.9 "Informed Management".
[chise/xemacs-chise.git.1] / man / xemacs / misc.texi
index bbb8c64..0e4aa8c 100644 (file)
@@ -192,7 +192,7 @@ environment variable when you start XEmacs.  If the file name does not
 specify a directory, the directories in the list @code{exec-path} are
 searched; this list is initialized based on the @code{PATH} environment
 variable when you start XEmacs.  You can override either or both of these
-default initializations in your @file{.emacs} file.@refill
+default initializations in your init file. @xref{Init File}.@refill
 
   When you use @kbd{M-!} and @kbd{M-|}, XEmacs has to wait until the
 shell command completes.  You can quit with @kbd{C-g}; that terminates
@@ -417,14 +417,14 @@ except for the Term escape character, normally @kbd{C-c}.
 
 To switch between line and char mode, use these commands:
 @table @kbd
-@kindex C-c C-k @r{(Term mode)}
+@kindex C-c C-j @r{(Term mode)}
 findex term-char-mode
-@item C-c C-k
+@item C-c C-j
 Switch to line mode.  Do nothing if already in line mode.
 
-@kindex C-c C-j @r{(Term mode)}
+@kindex C-c C-k @r{(Term mode)}
 @findex term-line-mode
-@item C-c C-j
+@item C-c C-k
 Switch to char mode.  Do nothing if already in char mode.
 @end table
 
@@ -740,7 +740,7 @@ To start Viper, put the command
 (viper-mode)
 @end example
 
-in your @file{.emacs} file.
+in your init file.  @xref{Init File}.
 
 Viper comes with a separate manual that is provided standard
 with the XEmacs distribution.