diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-08 16:39:23 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-08 16:39:23 -0700 |
commit | 4181427f24e591f539122db2e3d8d8b55a7de7cd (patch) | |
tree | fa23d9064bb84bb6baefd87965a24497d2e61b33 /doc/misc/url.texi | |
parent | 8f356841d051aadf67da13afe396e4cf2cdc6b9e (diff) | |
download | emacs-4181427f24e591f539122db2e3d8d8b55a7de7cd.tar.gz |
Doc fixes: markup (mainly nil -> @code{nil})
Diffstat (limited to 'doc/misc/url.texi')
-rw-r--r-- | doc/misc/url.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 49d4b1526d8..765d97d5980 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi @@ -872,7 +872,7 @@ more likely to conflict with other files. @end defun @defun url-cache-expired -This function returns non-nil if a cache entry has expired (or is absent). +This function returns non-@code{nil} if a cache entry has expired (or is absent). The arguments are a URL and optional expiration delay in seconds (default @var{url-cache-expire-time}). @end defun |