From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#23411: 25.1.50; Outdated documentation of url-retrieve-synchronously Date: Sun, 01 May 2016 18:29:51 +0300 Message-ID: <83zis9n6ds.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1462116706 3473 80.91.229.3 (1 May 2016 15:31:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 May 2016 15:31:46 +0000 (UTC) Cc: 23411-done@debbugs.gnu.org To: Chunyang Xu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun May 01 17:31:35 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1awtLL-0003dw-1i for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 May 2016 17:31:35 +0200 Original-Received: from localhost ([::1]:33454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awtLH-0005ri-A4 for geb-bug-gnu-emacs@m.gmane.org; Sun, 01 May 2016 11:31:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awtL2-0005aD-RB for bug-gnu-emacs@gnu.org; Sun, 01 May 2016 11:31:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awtKr-0005DX-3X for bug-gnu-emacs@gnu.org; Sun, 01 May 2016 11:31:11 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:48473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awtKr-0005By-0F for bug-gnu-emacs@gnu.org; Sun, 01 May 2016 11:31:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1awtKn-0005CY-IV for bug-gnu-emacs@gnu.org; Sun, 01 May 2016 11:31:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 01 May 2016 15:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 23411 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 23411-done@debbugs.gnu.org id=D23411.146211661317452 (code D ref 23411); Sun, 01 May 2016 15:31:01 +0000 Original-Received: (at 23411-done) by debbugs.gnu.org; 1 May 2016 15:30:13 +0000 Original-Received: from localhost ([127.0.0.1]:60810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awtK1-0004XG-4l for submit@debbugs.gnu.org; Sun, 01 May 2016 11:30:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53365) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awtJy-0004Pr-VD for 23411-done@debbugs.gnu.org; Sun, 01 May 2016 11:30:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awtJk-0004q9-H7 for 23411-done@debbugs.gnu.org; Sun, 01 May 2016 11:30:02 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:52657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awtJk-0004p4-Dh; Sun, 01 May 2016 11:29:56 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2590 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1awtJe-0000b7-BK; Sun, 01 May 2016 11:29:50 -0400 In-reply-to: (message from Chunyang Xu on Sun, 01 May 2016 15:46:44 +0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:117509 Archived-At: > From: Chunyang Xu > Date: Sun, 01 May 2016 15:46:44 +0800 > > The arguments of url-retrieve-synchronously is: > > (url-retrieve-synchronously URL &optional SILENT INHIBIT-COOKIES) > > however, SILENT and INHIBIT-COOKIES is not documented in the docstring. > > And in info node (info "(url) Retrieving URLs"), the optional arguments > are not mentioned in the function prototype: > > -- Function: url-retrieve-synchronously url Fixed, thanks.