emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#24178: closed ([PATCH] Fix typo about variable def


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#24178: closed ([PATCH] Fix typo about variable definitions)
Date: Sun, 07 Aug 2016 22:08:02 +0000

Your message dated Mon, 08 Aug 2016 00:07:09 +0200
with message-id <address@hidden>
and subject line Re: bug#24178: [PATCH] Fix typo about variable definitions
has caused the debbugs.gnu.org bug report #24178,
regarding [PATCH] Fix typo about variable definitions
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
24178: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24178
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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))
address@hidden lisp  
address@hidden lisp
 
 @noindent
 Guile decided to follow the R6RS in this regard, and now expands
-- 
2.1.4




--- End Message ---
--- Begin Message --- Subject: Re: bug#24178: [PATCH] Fix typo about variable definitions Date: Mon, 08 Aug 2016 00:07:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Applied, thanks :)

Cheers,

Andy


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]