# HG changeset patch # User Luc Teirlinck # Date 1103254589 0 # Node ID 07c855d85b86ec0933c4f4d38078070d10cc45dc # Parent 19324ec97f76916ff280e077839f0016460d3860 (Retrieving URLs, Retrieving URLs): @var{nil}->@code{nil}. diff -r 19324ec97f76 -r 07c855d85b86 man/url.texi --- a/man/url.texi Fri Dec 17 03:22:06 2004 +0000 +++ b/man/url.texi Fri Dec 17 03:36:29 2004 +0000 @@ -204,7 +204,7 @@ @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, +@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,7 +214,7 @@ 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. +load into, or @code{nil} if the process has already completed. @end defun @node Supported URL Types