diff options
| author | Gerd Moellmann | 2000-05-30 20:41:05 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-30 20:41:05 +0000 |
| commit | 79148ea7e87fc7db6992c79961e307a491a28727 (patch) | |
| tree | 160dce4da5ccf743a0bcb4aead8f854c531989fe /man | |
| parent | 395f3b7f8874098dce6a66af49c56e5e493a9139 (diff) | |
| download | emacs-79148ea7e87fc7db6992c79961e307a491a28727.tar.gz emacs-79148ea7e87fc7db6992c79961e307a491a28727.zip | |
*** empty log message ***
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/info.texi | 10 |
2 files changed, 14 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 3c052888b23..45850586f46 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-05-30 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * info.texi: Clarify description of Info-directory-list, | ||
| 4 | add description of Info-additional-directory-list. | ||
| 5 | |||
| 1 | 2000-05-25 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-05-25 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * eudc.texi: Fix @direntry, add @dircategory. | 8 | * eudc.texi: Fix @direntry, add @dircategory. |
diff --git a/man/info.texi b/man/info.texi index 30997676f1a..9d02e72ec35 100644 --- a/man/info.texi +++ b/man/info.texi | |||
| @@ -938,11 +938,19 @@ selected. | |||
| 938 | 938 | ||
| 939 | @item Info-directory-list | 939 | @item Info-directory-list |
| 940 | The list of directories to search for Info files. Each element is a | 940 | The list of directories to search for Info files. Each element is a |
| 941 | string (directory name) or @code{nil} (try default directory). | 941 | string (directory name) or @code{nil} (try default directory). If not |
| 942 | initialized Info uses the environment variable @env{INFOPATH} to | ||
| 943 | initialize it, or @code{Info-default-directory-list} if there is no | ||
| 944 | @env{INFOPATH} variable in the environment. | ||
| 945 | |||
| 946 | @item Info-additional-directory-list | ||
| 947 | A list of additional directories to search for Info documentation files. | ||
| 948 | These directories are not searched for merging the @file{dir} file. | ||
| 942 | 949 | ||
| 943 | @item Info-directory | 950 | @item Info-directory |
| 944 | The standard directory for Info documentation files. Only used when the | 951 | The standard directory for Info documentation files. Only used when the |
| 945 | function @code{Info-directory} is called. | 952 | function @code{Info-directory} is called. |
| 953 | |||
| 946 | @end table | 954 | @end table |
| 947 | 955 | ||
| 948 | @node Create an Info File, , Advanced Info, Top | 956 | @node Create an Info File, , Advanced Info, Top |