Variable: ebrowse-search-path

ebrowse-search-path is a customizable variable defined in ebrowse.el.gz.

Value

nil

Documentation

List of directories to search for source files in a class tree.

Elements should be directory names; nil as an element means to try to find source files relative to the location of the BROWSE file loaded.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(defcustom ebrowse-search-path nil
  "List of directories to search for source files in a class tree.
Elements should be directory names; nil as an element means to try
to find source files relative to the location of the BROWSE file loaded."
  :type '(repeat (choice (const :tag "Default" nil)
                         (string :tag "Directory"))))