summaryrefslogtreecommitdiff
path: root/man/url.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-12-17 03:36:29 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-12-17 03:36:29 +0000
commitac091f3d12402ecd9670068ebeb095b10015a921 (patch)
tree6da90727d92a400996f8351f83baeaf1c688ed1c /man/url.texi
parentdf2f79eeb7b59fdebaa06355345090bd651c9377 (diff)
downloademacs-ac091f3d12402ecd9670068ebeb095b10015a921.tar.gz
(Retrieving URLs, Retrieving URLs): @var{nil}->@code{nil}.
Diffstat (limited to 'man/url.texi')
-rw-r--r--man/url.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/url.texi b/man/url.texi
index c1422bfc253..f2cc88bfca3 100644
--- a/man/url.texi
+++ b/man/url.texi
@@ -204,7 +204,7 @@ Recreates a URL string from the parsed @var{url}.
@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 @@ Retrieve @var{url} asynchronously and call @var{callback} with args
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