mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Fix typo about variable definitions
* doc/ref/api-binding.texi (Top Level Variable Definitions): Fix typo.
This commit is contained in:
parent
96d3cb3fcf
commit
24502780eb
1 changed files with 2 additions and 2 deletions
|
@ -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}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue