unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: sirgazil <felipe.lopez@openmailbox.org>
To: 24178@debbugs.gnu.org
Cc: sirgazil <felipe.lopez@openmailbox.org>
Subject: bug#24178: [PATCH] Fix typo about variable definitions
Date: Sun,  7 Aug 2016 13:32:32 -0500	[thread overview]
Message-ID: <1470594752-20332-1-git-send-email-felipe.lopez@openmailbox.org> (raw)

* 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	other threads:[~2016-08-07 18:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-07 18:32 sirgazil [this message]
2016-08-07 22:07 ` bug#24178: [PATCH] Fix typo about variable definitions Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470594752-20332-1-git-send-email-felipe.lopez@openmailbox.org \
    --to=felipe.lopez@openmailbox.org \
    --cc=24178@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).