From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi, v Date: Thu, 2 Nov 2006 01:01:59 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162425742 18199 80.91.229.2 (2 Nov 2006 00:02:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Nov 2006 00:02:22 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 02 01:02:21 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GfQ2G-0003Xy-V5 for ged-emacs-devel@m.gmane.org; Thu, 02 Nov 2006 01:02:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GfQ2G-0007uk-G8 for ged-emacs-devel@m.gmane.org; Wed, 01 Nov 2006 19:02:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GfQ21-0007oW-5h for emacs-devel@gnu.org; Wed, 01 Nov 2006 19:02:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GfQ1z-0007iV-12 for emacs-devel@gnu.org; Wed, 01 Nov 2006 19:02:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GfQ1y-0007i4-Rf for emacs-devel@gnu.org; Wed, 01 Nov 2006 19:02:02 -0500 Original-Received: from [64.233.182.186] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GfQ1x-00022R-Dt for emacs-devel@gnu.org; Wed, 01 Nov 2006 19:02:01 -0500 Original-Received: by nf-out-0910.google.com with SMTP id q29so917743nfc for ; Wed, 01 Nov 2006 16:02:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZakkgBqjI5eJekX0tN01oWA93pJbcrFqeaNSoQkiXmFz0a8F5/OyE+VJL/3QMyaGG7wPcKGwhHi/d0U/DFNe+A6ULQir1HynF/OIFUcRT+UaQUjHtt7/GSPVJAY6xcSeMRoECxPfYPRKlb3afQXpwmq7a9QfnnMklKpPraZcI5M= Original-Received: by 10.82.129.8 with SMTP id b8mr1698107bud; Wed, 01 Nov 2006 16:01:59 -0800 (PST) Original-Received: by 10.82.136.11 with HTTP; Wed, 1 Nov 2006 16:01:59 -0800 (PST) Original-To: "Juri Linkov" In-Reply-To: Content-Disposition: inline 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:61587 Archived-At: On 11/2/06, Juri Linkov wrote: > (defun rotate-yank-pointer (arg) > - "Rotate the yanking point in the kill ring. > + "Rotate the yanking point in the kill ring." > With argument, rotate that many kills forward (or backward, if negative)." Isn't that an error? -- /L/e/k/t/u