X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Fnew-users-guide%2Fmodes.texi;h=69df93f3972bbe1605a43e2772460ded4fec4f37;hb=eeab7e300a386dc254ac07748288b5ecab2a46c1;hp=289e31dad86983579c4a8fd6063c294e64373470;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/man/new-users-guide/modes.texi b/man/new-users-guide/modes.texi index 289e31d..69df93f 100644 --- a/man/new-users-guide/modes.texi +++ b/man/new-users-guide/modes.texi @@ -122,7 +122,7 @@ information. @item asm-mode @cindex asm-mode Use asm-mode for editing files of assembler code. Look at the file -@file{ /usr/local/lib/xemacs-19.11/lisp/modes/asm.el} for more +@file{ /usr/local/lib/xemacs-VERSION/lisp/modes/asm.el} for more information. @end table @@ -169,13 +169,13 @@ menu item from the @b{Options} menu on the menu-bar at the top. If you wish to have this mode enabled permanently, choose @b{Save Options} from the @b{Options} menu. @xref{Options Menu}, for more information on the Options menu. You can also add statements in -your @file{.emacs} file. For each major mode in which you wish to -enable this minor mode, you need a statement in your @file{.emacs} +your @file{init.el} file. For each major mode in which you wish to +enable this minor mode, you need a statement in your @file{init.el} file. The following example shows how to enable the font-lock mode when the major mode is c-mode. @example -(add-hook 'c-mode-hook 'turn-on-font-lock) +(add-hook 'c-mode-hook 'turn-on-font-lock) @end example @noindent @@ -228,7 +228,7 @@ case of a system crash. @item line-number-mode @cindex line-number-mode After you enable this mode, the line number at which your cursor is -present will be displayed continously in the mode line. +present will be displayed continuously in the mode line. @item blink-paren @cindex blink-paren @@ -241,7 +241,7 @@ M-x blink-paren Do not add the "-mode" to it. You can also select the @b{Paren Highlighting} option from the @b{Options} menu. After you enable this command, put your cursor on one of the left parenthesis. The other -matching parenthesis will start blinking. @xref{Options Menu,} for more +matching parenthesis will start blinking. @xref{Options Menu}, for more information on the @b{Paren Highlighting} option. @end table