X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=man%2Fnew-users-guide%2Fmodes.texi;h=69df93f3972bbe1605a43e2772460ded4fec4f37;hb=fd9b06683bcb8281d45d4ad236d745568670be51;hp=3009e75202083a5694fbd34357dd794dffc8a698;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git diff --git a/man/new-users-guide/modes.texi b/man/new-users-guide/modes.texi index 3009e75..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,8 +169,8 @@ 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.