Mercurial > hg > xemacs-beta
comparison lisp/info.el @ 359:8e84bee8ddd0 r21-1-9
Import from CVS: tag r21-1-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:55 +0200 |
parents | 4711e16a8e49 |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
358:fed6e0f6a03a | 359:8e84bee8ddd0 |
---|---|
429 ;;;###autoload | 429 ;;;###autoload |
430 (defvar Info-directory-list nil | 430 (defvar Info-directory-list nil |
431 "List of directories to search for Info documentation files. | 431 "List of directories to search for Info documentation files. |
432 | 432 |
433 The first directory in this list, the \"dir\" file there will become | 433 The first directory in this list, the \"dir\" file there will become |
434 the (dir)Top node of the Info documentation tree. If you wish to | 434 the (dir)Top node of the Info documentation tree. |
435 modify the info search path, use `M-x customize-variable, | 435 |
436 Info-directory-list' to do so.") | 436 Note: DO NOT use the `customize' interface to change the value of this |
437 variable. Its value is created dynamically on each startup, depending | |
438 on XEmacs packages installed on the system. If you want to change the | |
439 search path, make the needed modifications on the variable's value | |
440 from .emacs. For instance: | |
441 | |
442 (setq Info-directory-list (cons \"~/info\" Info-directory-list))") | |
437 | 443 |
438 (defcustom Info-localdir-heading-regexp | 444 (defcustom Info-localdir-heading-regexp |
439 "^Locally installed XEmacs Packages:?" | 445 "^Locally installed XEmacs Packages:?" |
440 "The menu part of localdir files will be inserted below this topic | 446 "The menu part of localdir files will be inserted below this topic |
441 heading." | 447 heading." |