GNU bug report logs - #24178
[PATCH] Fix typo about variable definitions

Previous Next

Package: guile;

Reported by: sirgazil <felipe.lopez <at> openmailbox.org>

Date: Sun, 7 Aug 2016 18:27:01 UTC

Severity: normal

Tags: patch

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24178 in the body.
You can then email your comments to 24178 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guile <at> gnu.org:
bug#24178; Package guile. (Sun, 07 Aug 2016 18:27:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to sirgazil <felipe.lopez <at> openmailbox.org>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Sun, 07 Aug 2016 18:27:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: sirgazil <felipe.lopez <at> openmailbox.org>
To: bug-guile <at> gnu.org
Cc: sirgazil <felipe.lopez <at> openmailbox.org>
Subject: [PATCH] Fix typo about variable definitions
Date: Sun,  7 Aug 2016 13:32:32 -0500
* doc/ref/api-binding.texi (Top Level Variable Definitions): Fix typo.
---
 doc/ref/api-binding.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-binding.texi b/doc/ref/api-binding.texi
index 5857e78..c3ee01b 100644
--- a/doc/ref/api-binding.texi
+++ b/doc/ref/api-binding.texi
@@ -93,7 +93,7 @@ Many people end up in a development style of adding and changing
 definitions at runtime, building out their program without restarting
 it.  (You can do this using @code{reload-module}, the @code{reload} REPL
 command, the @code{load} procedure, or even just pasting code into a
-REPL.)  If you are one of these people, you will find that sometimes you
+REPL.)  If you are one of these people, you will find that sometimes
 there are some variables that you @emph{don't} want to redefine all the
 time.  For these, use @code{define-once}.
 
@@ -301,7 +301,7 @@ following case:
   (define a 1)
   (define b (+ a a))
   (+ a b))
-@end lisp  
+@end lisp
 
 @noindent
 Guile decided to follow the R6RS in this regard, and now expands
-- 
2.1.4





Reply sent to Andy Wingo <wingo <at> pobox.com>:
You have taken responsibility. (Sun, 07 Aug 2016 22:08:02 GMT) Full text and rfc822 format available.

Notification sent to sirgazil <felipe.lopez <at> openmailbox.org>:
bug acknowledged by developer. (Sun, 07 Aug 2016 22:08:02 GMT) Full text and rfc822 format available.

Message #10 received at 24178-done <at> debbugs.gnu.org (full text, mbox):

From: Andy Wingo <wingo <at> pobox.com>
To: sirgazil <felipe.lopez <at> openmailbox.org>
Cc: 24178-done <at> debbugs.gnu.org
Subject: Re: bug#24178: [PATCH] Fix typo about variable definitions
Date: Mon, 08 Aug 2016 00:07:09 +0200
Applied, thanks :)

Cheers,

Andy




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 05 Sep 2016 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 346 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.