From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#10783: Some built-in functionslost their argument names Date: Fri, 10 Feb 2012 18:30:59 -0500 Message-ID: References: <3tfwei753u.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1328916714 23252 80.91.229.3 (10 Feb 2012 23:31:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Feb 2012 23:31:54 +0000 (UTC) Cc: 10783@debbugs.gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 11 00:31:53 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RvzwX-0002zn-0L for geb-bug-gnu-emacs@m.gmane.org; Sat, 11 Feb 2012 00:31:53 +0100 Original-Received: from localhost ([::1]:57425 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvzwW-0007Y8-0s for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Feb 2012 18:31:52 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvzwS-0007Vo-Ft for bug-gnu-emacs@gnu.org; Fri, 10 Feb 2012 18:31:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvzwR-0004Bb-CV for bug-gnu-emacs@gnu.org; Fri, 10 Feb 2012 18:31:48 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvzwR-0004BV-75 for bug-gnu-emacs@gnu.org; Fri, 10 Feb 2012 18:31:47 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Rvzxe-0001tx-Cf for bug-gnu-emacs@gnu.org; Fri, 10 Feb 2012 18:33:02 -0500 X-Loop: help-debbugs@gnu.org In-Reply-To: <3tfwei753u.fsf@fencepost.gnu.org> Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 10 Feb 2012 23:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10783 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 10783-submit@debbugs.gnu.org id=B10783.13289167407249 (code B ref 10783); Fri, 10 Feb 2012 23:33:02 +0000 Original-Received: (at 10783) by debbugs.gnu.org; 10 Feb 2012 23:32:20 +0000 Original-Received: from localhost ([127.0.0.1]:35420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rvzwy-0001ss-6A for submit@debbugs.gnu.org; Fri, 10 Feb 2012 18:32:20 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:59392 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rvzwu-0001sj-Cz for 10783@debbugs.gnu.org; Fri, 10 Feb 2012 18:32:17 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rvzvf-0001dW-RH; Fri, 10 Feb 2012 18:30:59 -0500 X-Spook: Afghanistan enemy of the state ANDVT SEAL Team 6 LABLINK X-Ran: RMbF/wY|!|ZbX$yMAW6b\4SU@lADE=nlc5A?S4cZ=}wWj]]km 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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:56778 Archived-At: Andreas Schwab wrote: >> It has lost the argument names. >> Actually, it is also missing the entire second paragraph of the doc >> ("TERMINAL should be a terminal object..."). > > That's because of the duplicate definition in term/pc-win.el Oh, this nuisance again. Sync'ing the doc-strings won't help with the argument names. At least it is better than 23.4, where eg x-own-selection-internal is a built-in function in `C source code'. [Missing arglist. Please make a bug report.] Deleting the doc-strings altogether from the duplicate definitions in pc-win.el would make this problem go away.