comparison lisp/info.el @ 239:41f2f0e326e9 r20-5b18

Import from CVS: tag r20-5b18
author cvs
date Mon, 13 Aug 2007 10:15:48 +0200
parents 262b8bb4a523
children f220cc83d72e
comparison
equal deleted inserted replaced
238:b5f2e56b938d 239:41f2f0e326e9
392 files. These directories are not searched for merging the `dir' 392 files. These directories are not searched for merging the `dir'
393 file. An example might be something like: 393 file. An example might be something like:
394 \"/usr/local/lib/xemacs/packages/lisp/calc/\"" 394 \"/usr/local/lib/xemacs/packages/lisp/calc/\""
395 :type '(repeat directory) 395 :type '(repeat directory)
396 :group 'info) 396 :group 'info)
397
398 (defvar Info-emacs-info-file-name "xemacs.info"
399 "The filename of the XEmacs info for
400 `Info-goto-emacs-command-node' (`\\<help-mode-map>\\[Info-goto-emacs-command-node]')")
397 401
398 (defvar Info-directory-list 402 (defvar Info-directory-list
399 (let ((path (getenv "INFOPATH"))) 403 (let ((path (getenv "INFOPATH")))
400 (if path 404 (if path
401 (split-string path path-separator) 405 (split-string path path-separator)