From unknown Fri Aug 15 15:57:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#5807: artist.el doc string bugfix Resent-From: Tomas Abrahamsson Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 30 Mar 2010 20:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 5807 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 5807@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.126997987629162 (code B ref -1); Tue, 30 Mar 2010 20:12:02 +0000 Received: (at submit) by debbugs.gnu.org; 30 Mar 2010 20:11:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwhmN-0007aJ-Bc for submit@debbugs.gnu.org; Tue, 30 Mar 2010 16:11:15 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nwhh6-0007Xz-4O for submit@debbugs.gnu.org; Tue, 30 Mar 2010 16:05:48 -0400 Received: from lists.gnu.org ([199.232.76.165]:45034) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nwhh1-0004xB-Nk for submit@debbugs.gnu.org; Tue, 30 Mar 2010 16:05:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nwhh1-00021U-CN for bug-gnu-emacs@gnu.org; Tue, 30 Mar 2010 16:05:43 -0400 Received: from [140.186.70.92] (port=51319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nwhgy-00021G-Vu for bug-gnu-emacs@gnu.org; Tue, 30 Mar 2010 16:05:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nwhgx-0001ys-Gh for bug-gnu-emacs@gnu.org; Tue, 30 Mar 2010 16:05:40 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:45770) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nwhgx-0001yf-Ae for bug-gnu-emacs@gnu.org; Tue, 30 Mar 2010 16:05:39 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 2AAD84003C; Tue, 30 Mar 2010 21:44:21 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1674) id 1D84B40049; Tue, 30 Mar 2010 21:44:21 +0200 (CEST) Received: from bacon.lysator.liu.se (bacon.lysator.liu.se [130.236.254.206]) by mail.lysator.liu.se (Postfix) with ESMTP id D1BBC4003C; Tue, 30 Mar 2010 21:44:20 +0200 (CEST) From: Tomas Abrahamsson Date: Tue, 30 Mar 2010 21:44:20 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: ClamAV using ClamSMTP Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Tue, 30 Mar 2010 16:11:14 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.3 (-----) Hi, regarding the emacs/lisp/textmodes/artist.el file: it was brought to my attention, by Alex Schr=F6der , that there's a typo in the doc string for the `artist-mode' function. Below is a simple patch for fixing it and also a ChangeLog entry (for lisp/ChangeLog, which is where I assume such an entry would go). BRs Tomas * lisp/textmodes/artist.el (artist-mode): Fix typo in docstring. =3D=3D=3D modified file 'lisp/textmodes/artist.el' --- lisp/textmodes/artist.el 2010-02-11 00:02:43 +0000 +++ lisp/textmodes/artist.el 2010-03-30 19:07:52 +0000 @@ -1319,7 +1319,7 @@ =20 Variables =20 - This is a brief overview of the different varaibles. For more info, + This is a brief overview of the different variables. For more info, see the documentation for the variables (type \\[describe-variable] RET). =20 artist-rubber-banding Interactively do rubber-banding or not From unknown Fri Aug 15 15:57:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Tomas Abrahamsson Subject: bug#5807 closed by Juanma Barranquero (Re: bug#5807: artist.el doc string bugfix) Message-ID: References: X-Gnu-PR-Message: they-closed 5807 X-Gnu-PR-Package: emacs Reply-To: 5807@debbugs.gnu.org Date: Tue, 30 Mar 2010 21:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1269985562-31589-1" This is a multi-part message in MIME format... ------------=_1269985562-31589-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #5807: artist.el doc string bugfix It has been closed by Juanma Barranquero . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Juanma Barranquero by replying to this email. --=20 5807: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D5807 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1269985562-31589-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 5807-done) by debbugs.gnu.org; 30 Mar 2010 21:45:28 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwjFX-0008DJ-On for submit@debbugs.gnu.org; Tue, 30 Mar 2010 17:45:27 -0400 Received: from mail-bw0-f212.google.com ([209.85.218.212]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwjFW-0008DD-5n for 5807-done@debbugs.gnu.org; Tue, 30 Mar 2010 17:45:26 -0400 Received: by bwz4 with SMTP id 4so10923130bwz.39 for <5807-done@debbugs.gnu.org>; Tue, 30 Mar 2010 14:45:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type; bh=QE3JYdtDMKFZliHSIwA8p1eHcmlf7h8MONKtTdcxXFw=; b=FqGePITr1zJ6Gz0pikYiwvxPrmxVBPSLoOtkqVnacjVbC9GbdOn3vUmsr79VqO6axX e/I8k2Um2oU+0hTYDe6RocHLd4kmHc5yzPwfFww+8wKKe1BAHPhGLcV7gfh3zak7nfLC m4cv/T4WFYDe1Eb683VzRHOBLjtQhNUybNfsQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=HoEF6EFF6XoeB5HmslYJN/HPXMcZvuXQjZoKdbpbQnD3vAyuGhMMoTkxQseP8uf0PG aJPrroH4lA8qI0Wk4/LPiVqEjCV4V2f/9WqgkfNs923GE7mdqSm2MXFm7PjNa/GqE5Hj OSrMviqViqsnU3n5aDmW5QIs8vMLtsAGj2luA= MIME-Version: 1.0 Received: by 10.204.156.9 with HTTP; Tue, 30 Mar 2010 14:45:01 -0700 (PDT) In-Reply-To: References: From: Juanma Barranquero Date: Tue, 30 Mar 2010 23:45:01 +0200 Received: by 10.204.81.145 with SMTP id x17mr2284219bkk.31.1269985521139; Tue, 30 Mar 2010 14:45:21 -0700 (PDT) Message-ID: Subject: Re: bug#5807: artist.el doc string bugfix To: Tomas Abrahamsson Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 5807-done Cc: 5807-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) On Tue, Mar 30, 2010 at 21:44, Tomas Abrahamsson wrote: > Below is a simple patch for fixing it and also a ChangeLog entry (for > lisp/ChangeLog, which is where I assume such an entry would go). Committed, thanks. Juanma ------------=_1269985562-31589-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Mar 2010 20:11:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwhmN-0007aJ-Bc for submit@debbugs.gnu.org; Tue, 30 Mar 2010 16:11:15 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nwhh6-0007Xz-4O for submit@debbugs.gnu.org; Tue, 30 Mar 2010 16:05:48 -0400 Received: from lists.gnu.org ([199.232.76.165]:45034) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nwhh1-0004xB-Nk for submit@debbugs.gnu.org; Tue, 30 Mar 2010 16:05:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nwhh1-00021U-CN for bug-gnu-emacs@gnu.org; Tue, 30 Mar 2010 16:05:43 -0400 Received: from [140.186.70.92] (port=51319 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nwhgy-00021G-Vu for bug-gnu-emacs@gnu.org; Tue, 30 Mar 2010 16:05:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.0 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nwhgx-0001ys-Gh for bug-gnu-emacs@gnu.org; Tue, 30 Mar 2010 16:05:40 -0400 Received: from mail.lysator.liu.se ([130.236.254.3]:45770) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nwhgx-0001yf-Ae for bug-gnu-emacs@gnu.org; Tue, 30 Mar 2010 16:05:39 -0400 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 2AAD84003C; Tue, 30 Mar 2010 21:44:21 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1674) id 1D84B40049; Tue, 30 Mar 2010 21:44:21 +0200 (CEST) Received: from bacon.lysator.liu.se (bacon.lysator.liu.se [130.236.254.206]) by mail.lysator.liu.se (Postfix) with ESMTP id D1BBC4003C; Tue, 30 Mar 2010 21:44:20 +0200 (CEST) From: Tomas Abrahamsson To: bug-gnu-emacs@gnu.org Subject: artist.el doc string bugfix Date: Tue, 30 Mar 2010 21:44:20 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: ClamAV using ClamSMTP Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 30 Mar 2010 16:11:14 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.3 (-----) Hi, regarding the emacs/lisp/textmodes/artist.el file: it was brought to my attention, by Alex Schr=F6der , that there's a typo in the doc string for the `artist-mode' function. Below is a simple patch for fixing it and also a ChangeLog entry (for lisp/ChangeLog, which is where I assume such an entry would go). BRs Tomas * lisp/textmodes/artist.el (artist-mode): Fix typo in docstring. =3D=3D=3D modified file 'lisp/textmodes/artist.el' --- lisp/textmodes/artist.el 2010-02-11 00:02:43 +0000 +++ lisp/textmodes/artist.el 2010-03-30 19:07:52 +0000 @@ -1319,7 +1319,7 @@ =20 Variables =20 - This is a brief overview of the different varaibles. For more info, + This is a brief overview of the different variables. For more info, see the documentation for the variables (type \\[describe-variable] RET). =20 artist-rubber-banding Interactively do rubber-banding or not ------------=_1269985562-31589-1--