From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; doc string for yank-pop Date: Tue, 20 May 2008 10:38:32 -0700 Message-ID: <000401c8baa0$5313cf40$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1211305221 15399 80.91.229.12 (20 May 2008 17:40:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 May 2008 17:40:21 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 20 19:40:58 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JyVpa-00040x-GC for ged-emacs-devel@m.gmane.org; Tue, 20 May 2008 19:40:58 +0200 Original-Received: from localhost ([127.0.0.1]:48794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyVoq-00050L-8n for ged-emacs-devel@m.gmane.org; Tue, 20 May 2008 13:40:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyVol-00050F-Ax for emacs-devel@gnu.org; Tue, 20 May 2008 13:40:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyVoj-0004zy-P4 for emacs-devel@gnu.org; Tue, 20 May 2008 13:40:07 -0400 Original-Received: from [199.232.76.173] (port=38069 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyVoj-0004zu-ML for emacs-devel@gnu.org; Tue, 20 May 2008 13:40:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:59249) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyVoj-0006Vy-J7 for emacs-devel@gnu.org; Tue, 20 May 2008 13:40:05 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:45316) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JyVnU-0002ym-BZ for emacs-pretest-bug@gnu.org; Tue, 20 May 2008 13:38:48 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JyVof-0006VA-LP for emacs-pretest-bug@gnu.org; Tue, 20 May 2008 13:40:05 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:31770) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JyVof-0006Ug-6P for emacs-pretest-bug@gnu.org; Tue, 20 May 2008 13:40:01 -0400 Original-Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m4KHdwOO011563 for ; Tue, 20 May 2008 12:39:58 -0500 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id m4J6ujdO026441 for ; Tue, 20 May 2008 11:39:57 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt350.oracle.com with ESMTP id 3675418251211305111; Tue, 20 May 2008 10:38:31 -0700 Original-Received: from dradamslap1 (/24.5.171.3) by bhmail.oracle.com (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 20 May 2008 10:38:31 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Aci6oEqhkkPOMTCNRGWNjgh2XXavtQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:97452 gmane.emacs.pretest.bugs:22400 Archived-At: The doc string includes this: "When this command inserts killed text into the buffer, it honors `yank-excluded-properties' and `yank-handler' as described in the doc string for `insert-for-yank-1', which see." This is the doc string for a user command. It should not tell users to refer to the doc string of an internal function (`insert-for-yank-1'). And "When this command inserts killed text into the buffer" seems redundant - that is what this command _always_ does, no? In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-05-04 on LENNART-69DE564 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping'