X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Fxemacs%2Fmisc.texi;h=0e4aa8cb520f812d129280599b7872c554dea0a1;hb=dbaabf26db874df0c4d70d3bd88247296660dac8;hp=bbb8c6481cf310ec1e334a9cc6d21a5d97e863c8;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git diff --git a/man/xemacs/misc.texi b/man/xemacs/misc.texi index bbb8c64..0e4aa8c 100644 --- a/man/xemacs/misc.texi +++ b/man/xemacs/misc.texi @@ -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.