Mercurial > hg > xemacs-beta
comparison man/texinfo.texi @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 360340f9fd5f |
children | 2d532a89d707 |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
11 @syncodeindex pg cp | 11 @syncodeindex pg cp |
12 @footnotestyle separate | 12 @footnotestyle separate |
13 @paragraphindent 2 | 13 @paragraphindent 2 |
14 @finalout | 14 @finalout |
15 @comment %**end of header | 15 @comment %**end of header |
16 @comment $Id: texinfo.texi,v 1.2 1997/03/08 23:27:25 steve Exp $ | 16 @comment $Id: texinfo.texi,v 1.3 1997/04/10 05:56:19 steve Exp $ |
17 | 17 |
18 @c Before release, run C-u C-c C-u C-a (texinfo-all-menus-update with a | 18 @c Before release, run C-u C-c C-u C-a (texinfo-all-menus-update with a |
19 @c prefix arg). This updates the node pointers, which texinfmt.el needs. | 19 @c prefix arg). This updates the node pointers, which texinfmt.el needs. |
20 | 20 |
21 @dircategory Texinfo documentation system | 21 @dircategory Texinfo documentation system |
12966 menu.@refill | 12966 menu.@refill |
12967 | 12967 |
12968 @item | 12968 @item |
12969 If you are using Emacs, list the name of the file in a second @file{dir} | 12969 If you are using Emacs, list the name of the file in a second @file{dir} |
12970 file, in its directory; and then add the name of that directory to the | 12970 file, in its directory; and then add the name of that directory to the |
12971 @code{Info-directory-list} variable in your personal or site | 12971 @code{Info-default-directory-list} variable in your personal or site |
12972 initialization file. | 12972 initialization file. |
12973 | 12973 |
12974 This tells Emacs's Info reader where to look for @file{dir} | 12974 This tells Emacs's Info reader where to look for @file{dir} |
12975 files. Emacs merges the files named @file{dir} from each of the listed | 12975 files. Emacs merges the files named @file{dir} from each of the listed |
12976 directories. (In Emacs Version 18, you can set the | 12976 directories. (In Emacs Version 18, you can set the |
12995 | 12995 |
12996 @noindent | 12996 @noindent |
12997 In this case, the absolute file name of the @file{info-test} file is | 12997 In this case, the absolute file name of the @file{info-test} file is |
12998 written as the second part of the menu entry.@refill | 12998 written as the second part of the menu entry.@refill |
12999 | 12999 |
13000 @vindex Info-directory-list | 13000 @vindex Info-default-directory-list |
13001 Alternatively, you could write the following in your @file{.emacs} | 13001 Alternatively, you could write the following in your @file{.emacs} |
13002 file:@refill | 13002 file:@refill |
13003 | 13003 |
13004 @example | 13004 @example |
13005 @group | 13005 @group |
13006 (setq Info-directory-list | 13006 (setq Info-default-directory-list |
13007 '("/home/bob/manuals" | 13007 '("/home/bob/manuals" |
13008 "/usr/local/emacs/info")) | 13008 "/usr/local/emacs/info")) |
13009 @end group | 13009 @end group |
13010 @end example | 13010 @end example |
13011 | 13011 |