OS Interfaceclose-external-program-streambrowse-hyperdocGoTo Top

browse-hyperdoc   symbol => boolean[Function]

Purpose
Display the GBBopen Hyperdoc page for symbol in a browser window.

Package   :gbbopen-tools

Module   :os-interface

Arguments and values

symbol     A symbol
boolean     A generalized boolean

Returns
True if the Hyperdoc file associated with symbol is available and has been passed to the preferred browser; no value otherwise.

Description
The desired browser can be specified in *preferred-browser* (see the discussion in GBBopen hyperdoc for details).

See also
    *preferred-browser*

Example

  > (browse-hyperdoc 'standard-event-instance)
  t
  >


The GBBopen Project


OS Interfaceclose-external-program-streambrowse-hyperdocGoTo Top