


% -*- texinfo -*-
% @deftypefn {Function File} {@var{conn} =} google
% @deftypefnx {Function File} {@var{conn} =} google (@var{URL}, @var{ipaddress}, @var{port})
%
% Prepare a Google connection for the fetch command to get Google
% historical quote data.
%
% If given, the @var{URL} must be 'http://finance.google.com'. The
% @var{ipaddress} and @var{port} is the proxy ipaddress and port. These
% parameters are currently ignored (with a warning if given).
%
% @seealso{fetch, yahoo}
% @end deftypefn