emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/url.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/man/url.texi
Date: Thu, 16 Dec 2004 22:47:12 -0500

Index: emacs/man/url.texi
diff -c emacs/man/url.texi:1.5 emacs/man/url.texi:1.6
*** emacs/man/url.texi:1.5      Fri Dec 17 03:22:06 2004
--- emacs/man/url.texi  Fri Dec 17 03:36:29 2004
***************
*** 204,210 ****
  @defun url-retrieve-synchronously url
  Retrieve @var{url} synchronously and return a buffer containing the
  data.  @var{url} is either a string or a parsed URL structure.  Return
! @var{nil} if there are no data associated with it (the case for dired,
  info, or mailto URLs that need no further processing).
  @end defun
  
--- 204,210 ----
  @defun url-retrieve-synchronously url
  Retrieve @var{url} synchronously and return a buffer containing the
  data.  @var{url} is either a string or a parsed URL structure.  Return
! @code{nil} if there are no data associated with it (the case for dired,
  info, or mailto URLs that need no further processing).
  @end defun
  
***************
*** 214,220 ****
  has been completely retrieved, with the current buffer containing the
  object and any MIME headers associated with it.  @var{url} is either a
  string or a parsed URL structure.  Returns the buffer @var{url} will
! load into, or @var{nil} if the process has already completed.
  @end defun
  
  @node Supported URL Types
--- 214,220 ----
  has been completely retrieved, with the current buffer containing the
  object and any MIME headers associated with it.  @var{url} is either a
  string or a parsed URL structure.  Returns the buffer @var{url} will
! load into, or @code{nil} if the process has already completed.
  @end defun
  
  @node Supported URL Types




reply via email to

[Prev in Thread] Current Thread [Next in Thread]