* bug#24178: [PATCH] Fix typo about variable definitions
@ 2016-08-07 18:32 sirgazil
2016-08-07 22:07 ` Andy Wingo
0 siblings, 1 reply; 2+ messages in thread
From: sirgazil @ 2016-08-07 18:32 UTC (permalink / raw)
To: 24178; +Cc: sirgazil
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#24178: [PATCH] Fix typo about variable definitions
2016-08-07 18:32 bug#24178: [PATCH] Fix typo about variable definitions sirgazil
@ 2016-08-07 22:07 ` Andy Wingo
0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2016-08-07 22:07 UTC (permalink / raw)
To: sirgazil; +Cc: 24178-done
Applied, thanks :)
Cheers,
Andy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-07 22:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-07 18:32 bug#24178: [PATCH] Fix typo about variable definitions sirgazil
2016-08-07 22:07 ` Andy Wingo
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).