From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill Meier Newsgroups: gmane.emacs.bugs Subject: sh-script.el: Doc-string spelling fix (minor) Date: Wed, 20 Feb 2008 00:14:16 -0500 Message-ID: <47BBB728.9010009@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203484480 12384 80.91.229.12 (20 Feb 2008 05:14:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2008 05:14:40 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 20 06:15:05 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JRhIN-00045V-9s for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Feb 2008 06:15:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRhHs-0000wc-6W for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Feb 2008 00:14:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRhHo-0000vL-2l for bug-gnu-emacs@gnu.org; Wed, 20 Feb 2008 00:14:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRhHm-0000tG-9e for bug-gnu-emacs@gnu.org; Wed, 20 Feb 2008 00:14:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRhHm-0000tD-6e for bug-gnu-emacs@gnu.org; Wed, 20 Feb 2008 00:14:26 -0500 Original-Received: from smtp1.newsguy.com ([64.209.0.71]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JRhHm-00060S-9f for bug-gnu-emacs@gnu.org; Wed, 20 Feb 2008 00:14:26 -0500 Original-Received: from [12.75.232.147] (147.piscataway-01rh15-16rt.nj.dial-access.att.net [12.75.232.147]) (authenticated bits=0) by smtp1.newsguy.com (8.13.8/8.13.8) with ESMTP id m1K5EMXv052908 for ; Tue, 19 Feb 2008 21:14:23 -0800 (PST) (envelope-from wmeier@newsguy.com) User-Agent: Thunderbird 2.0.0.9 (X11/20071115) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.8 (RFC1323-) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17552 Archived-At: Index: lisp/progmodes/sh-script.el =================================================================== RCS file: /sources/emacs/emacs/lisp/progmodes/sh-script.el,v retrieving revision 1.194.2.6 diff -r1.194.2.6 sh-script.el 1215c1215 < a number means align to that column, e.g. 0 means fist column." --- > a number means align to that column, e.g. 0 means first column."