Mercurial > hg > xemacs-beta
diff man/new-users-guide/modes.texi @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | abe6d1db359e |
children |
line wrap: on
line diff
--- a/man/new-users-guide/modes.texi Mon Aug 13 11:43:25 2007 +0200 +++ b/man/new-users-guide/modes.texi Mon Aug 13 11:44:37 2007 +0200 @@ -122,7 +122,7 @@ @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 @@ 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.