]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url.el
Fmarker_position doc string clarification
[gnu-emacs] / lisp / url / url.el
index 095637765a32f2e1fa240b5988881c0c00fb6c8b..91adada5e8575c30378db91d34ffe1d11855fd14 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url.el --- Uniform Resource Locator retrieval tool  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1996-1999, 2001, 2004-2015 Free Software Foundation,
+;; Copyright (C) 1996-1999, 2001, 2004-2016 Free Software Foundation,
 ;; Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
@@ -225,7 +225,10 @@ URL-encoded before it's used."
   "Retrieve URL synchronously.
 Return the buffer containing the data, or nil if there are no data
 associated with it (the case for dired, info, or mailto URLs that need
-no further processing).  URL is either a string or a parsed URL."
+no further processing).  URL is either a string or a parsed URL.
+If SILENT is non-nil, don't display progress reports and similar messages.
+If INHIBIT-COOKIES is non-nil, cookies will neither be stored nor sent
+to the server."
   (url-do-setup)
 
   (let ((retrieval-done nil)