From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.bugs Subject: Trivial Documentation Path Date: Mon, 02 Jun 2003 16:21:44 -0700 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <3EDBDC08.50808@earthlink.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060101080004070004010303" X-Trace: main.gmane.org 1054596176 15603 80.91.224.249 (2 Jun 2003 23:22:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2003 23:22:56 +0000 (UTC) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Jun 03 01:22:50 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Mydd-000436-00 for ; Tue, 03 Jun 2003 01:22:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MyfS-00058e-So for guile-bugs@m.gmane.org; Mon, 02 Jun 2003 19:24:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Myf0-0004te-2v for bug-guile@gnu.org; Mon, 02 Jun 2003 19:24:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Myep-0004pK-TU for bug-guile@gnu.org; Mon, 02 Jun 2003 19:24:04 -0400 Original-Received: from swan.mail.pas.earthlink.net ([207.217.120.123]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MyeA-0004ci-OV for bug-guile@gnu.org; Mon, 02 Jun 2003 19:23:22 -0400 Original-Received: from host-66-81-248-158.rev.o1.com ([66.81.248.158] helo=earthlink.net) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19Mye8-0003EO-00 for bug-guile@gnu.org; Mon, 02 Jun 2003 16:23:21 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313 X-Accept-Language: en-us, en Original-To: bug-guile@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:815 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:815 This is a multi-part message in MIME format. --------------060101080004070004010303 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Here is a super-trivial document patch to the reference manual. Bug: punctuation error. 2000-05-02 Mike Gran spikegran@earthlink.net * preface.texi: Minor punctuation mistakes. Hyphens should link compound adjectives. Commas should be placed after a "therefore" that begins a sentence. Commas should not be used to separate a list of only 2 dependent clauses. --------------060101080004070004010303 Content-Type: text/plain; name="patch1" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch1" *** preface.texi.orig Mon Jun 2 15:27:19 2003 --- preface.texi Mon Jun 2 15:51:54 2003 *************** *** 91,97 **** introduction to the key ideas of the Scheme language --- and use of Guile's @code{scm} interface to write new primitives and objects in C, and to incorporate Guile into a C application. It also covers the use ! of Guile as a POSIX compliant script interpreter, and how to use the Guile debugger. @c @strong{Part V: Extending Applications Using Guile} explains the options --- 91,97 ---- introduction to the key ideas of the Scheme language --- and use of Guile's @code{scm} interface to write new primitives and objects in C, and to incorporate Guile into a C application. It also covers the use ! of Guile as a POSIX-compliant script interpreter and how to use the Guile debugger. @c @strong{Part V: Extending Applications Using Guile} explains the options *************** *** 109,117 **** @strong{Part IV: Guile API Reference} documents Guile's core API. Most of the variables and procedures in Guile's core programming interface ! are available in both Scheme and C, and are related systematically such that the C interface can be inferred from the Scheme interface and vice ! versa. Therefore this part of the manual documents the Guile API in functionality-based groups with the Scheme and C interfaces presented side by side. Where the Scheme and C interfaces for a particular functional area do differ --- which is sometimes inevitable, given the --- 109,117 ---- @strong{Part IV: Guile API Reference} documents Guile's core API. Most of the variables and procedures in Guile's core programming interface ! are available in both Scheme and C and are related systematically such that the C interface can be inferred from the Scheme interface and vice ! versa. Therefore, this part of the manual documents the Guile API in functionality-based groups with the Scheme and C interfaces presented side by side. Where the Scheme and C interfaces for a particular functional area do differ --- which is sometimes inevitable, given the *************** *** 135,141 **** @itemize @bullet @item ! the POSIX module, which provides Scheme level procedures for system and network programming that conform to the POSIX standard @item --- 135,141 ---- @itemize @bullet @item ! the POSIX module, which provides Scheme-level procedures for system and network programming that conform to the POSIX standard @item --------------060101080004070004010303 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile --------------060101080004070004010303--