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#10783: Some built-in functionslost their argument names Date: Sat, 11 Feb 2012 12:01:55 +0200 Message-ID: <8339ah1yek.fsf@gnu.org> References: <3tfwei753u.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1328954633 29177 80.91.229.3 (11 Feb 2012 10:03:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Feb 2012 10:03:53 +0000 (UTC) Cc: 10783@debbugs.gnu.org, schwab@linux-m68k.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 11 11:03:52 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 1Rw9o4-0007sz-NL for geb-bug-gnu-emacs@m.gmane.org; Sat, 11 Feb 2012 11:03:48 +0100 Original-Received: from localhost ([::1]:59522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rw9o4-00079m-4L for geb-bug-gnu-emacs@m.gmane.org; Sat, 11 Feb 2012 05:03:48 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:48610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rw9o1-00079a-Ma for bug-gnu-emacs@gnu.org; Sat, 11 Feb 2012 05:03:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rw9o0-00074v-Ns for bug-gnu-emacs@gnu.org; Sat, 11 Feb 2012 05:03:45 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rw9o0-00074q-Kz for bug-gnu-emacs@gnu.org; Sat, 11 Feb 2012 05:03:44 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Rw9pG-0007wd-5o for bug-gnu-emacs@gnu.org; Sat, 11 Feb 2012 05:05:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 11 Feb 2012 10:05: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.132895469630527 (code B ref 10783); Sat, 11 Feb 2012 10:05:02 +0000 Original-Received: (at 10783) by debbugs.gnu.org; 11 Feb 2012 10:04:56 +0000 Original-Received: from localhost ([127.0.0.1]:35632 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rw9p9-0007wJ-NS for submit@debbugs.gnu.org; Sat, 11 Feb 2012 05:04:56 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:40295) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Rw9p8-0007w8-9Z for 10783@debbugs.gnu.org; Sat, 11 Feb 2012 05:04:55 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LZ800F003OQWU00@a-mtaout23.012.net.il> for 10783@debbugs.gnu.org; Sat, 11 Feb 2012 12:01:55 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.150.51]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LZ800FQD3V6VH50@a-mtaout23.012.net.il>; Sat, 11 Feb 2012 12:01:55 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.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-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:56791 Archived-At: > From: Glenn Morris > Date: Fri, 10 Feb 2012 18:30:59 -0500 > Cc: 10783@debbugs.gnu.org >=20 > Deleting the doc-strings altogether from the duplicate definitions = in > pc-win.el would make this problem go away. Maybe I'm missing something, but deleting the doc string from pc-win.el shows x-get-selection-internal as "not documented" in the MS-DOS build. So for now, I sync'ed the doc strings with the X sources. Note that some doc strings seem to require "more work=E2=84=A2". E.g= ., this: DEFUN ("x-disown-selection-internal", Fx_disown_selection_internal, =09 Sx_disown_selection_internal, 1, 3, 0, =09 doc: /* If we own the selection SELECTION, disown it. Disowning it means there is no such selection. TERMINAL should be a terminal object or a frame specifying the X server to query. If omitted or nil, that stands for the selected frame's display, or the first available X display. */) (Lisp_Object selection, Lisp_Object time_object, Lisp_Object term= inal) (TIME_OBJECT is not mentioned). Or this: DEFUN ("x-get-selection-internal", Fx_get_selection_internal, =09 Sx_get_selection_internal, 2, 4, 0, =09 doc: /* Return text selected from some X window. SELECTION is a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBO= ARD'. \(Those are literal upper-case symbol names, since that's what X ex= pects.) TYPE is the type of data desired, typically `STRING'. TIME_STAMP is the time to use in the XConvertSelection call for for= eign selections. If omitted, defaults to the time for the last event. TERMINAL should be a terminal object or a frame specifying the X server to query. If omitted or nil, that stands for the selected frame's display, or the first available X display. */) (Lisp_Object selection_symbol, Lisp_Object target_type, Lisp_Object time_stamp, Lisp_Object terminal) (refers to SELECTION, TYPE and TIME_STAMP, whereas the actual parameters are SELECTION-SYMBOL, TARGET-TYPE, and TIME-STAMP).