From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: small typo in lispref/variables.texi Date: Fri, 15 Sep 2006 23:51:41 +0200 (CEST) Message-ID: <20060915215141.12A4944008@Psilocybe.Update.UU.SE> Reply-To: ams@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1158357133 20778 80.91.229.2 (15 Sep 2006 21:52:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Sep 2006 21:52:13 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 15 23:52:08 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 1GOLbM-0008Hm-3U for ged-emacs-devel@m.gmane.org; Fri, 15 Sep 2006 23:52:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOLbL-0002If-Ot for ged-emacs-devel@m.gmane.org; Fri, 15 Sep 2006 17:51:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GOLbC-0002Ia-NZ for emacs-devel@gnu.org; Fri, 15 Sep 2006 17:51:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GOLbB-0002IO-1b for emacs-devel@gnu.org; Fri, 15 Sep 2006 17:51:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOLbA-0002IL-SH for emacs-devel@gnu.org; Fri, 15 Sep 2006 17:51:48 -0400 Original-Received: from [130.238.4.154] (helo=colibri.its.uu.se) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GOLdQ-0002xK-E1 for emacs-devel@gnu.org; Fri, 15 Sep 2006 17:54:08 -0400 Original-Received: by colibri.its.uu.se (Postfix, from userid 211) id D1109293; Fri, 15 Sep 2006 23:51:47 +0200 (DFT) Original-Received: from colibri.its.uu.se(127.0.0.1) by colibri.its.uu.se via virus-scan id s14344; Fri, 15 Sep 06 23:51:41 +0200 Original-Received: from Psilocybe.Update.UU.SE (Psilocybe.Update.UU.SE [130.238.19.25]) by colibri.its.uu.se (Postfix) with ESMTP id 32403195 for ; Fri, 15 Sep 2006 23:51:41 +0200 (DFT) Original-Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30270) id 12A4944008; Fri, 15 Sep 2006 23:51:41 +0200 (CEST) Original-To: emacs-devel@gnu.org 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:59894 Archived-At: This is a small typo report by Xah Lee. The output looks as: ``'-switches' in the info manual. diff -up lispref/variables.texi /tmp/buffer-content-17141Fvw --- lispref/variables.texi 2006-08-28 10:27:15.000000000 +0200 +++ /tmp/buffer-content-17141Fvw 2006-09-15 23:48:43.566814200 +0200 @@ -626,7 +626,7 @@ The value is a program name. @item @dots{}-command The value is a whole shell command. -@item @samp{}-switches +@item @dots{}-switches The value specifies options for a command. @end table Diff finished. Fri Sep 15 23:48:43 2006 Happy hacking.