diff options
author | jao <jao@numenor.local> | 2011-05-01 18:04:30 -0700 |
---|---|---|
committer | jao <jao@numenor.local> | 2011-05-01 18:04:30 -0700 |
commit | be04e20fb0864b09395c5bd55783033e82145148 (patch) | |
tree | f0a6a8d7d06d11ba475a8b35be164ed2e229546d /doc/parens.texi | |
parent | ce2153a84d13e1e672a6ca6fd4c9144cac585c10 (diff) | |
download | geiser-be04e20fb0864b09395c5bd55783033e82145148.tar.gz geiser-be04e20fb0864b09395c5bd55783033e82145148.tar.bz2 |
Documentation fixes courtesy of M. Harig
In this episode, we learn how to use @ escapes in texinfo urls.
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 7c83f8e..a41057a 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -408,11 +408,11 @@ uses of a macro after redefining it. That's not a limitation imposed by Geiser, but a consequence of how macros work in Scheme (and other Lisps). There's also the risk that you lose track of what's actually defined and what's not during a given session. But, -@uref{http://programming-musings.org/2009/03/29/from-my-cold-prying-hands/,in +@uref{http://programming-musings.org/@/2009/03/29/@/from-my-cold-prying-hands/,in my opinion}, those are limitations we lispers are aware of, and they don't force us to throw the baby with the bathwater and ditch incremental evaluation. Some people disagree; if you happen to find -@uref{http://blog.racket-lang.org/2009/03/drscheme-repl-isnt-lisp.html, +@uref{http://blog.racket-lang.org/@/2009/@/03/@/drscheme-repl-isnt-lisp.html, their arguments} convincing, you don't have to throw away Geiser together with the baby: @kbd{M-x geiser-restart-repl} will let you restart the REPL as many times as you see fit. |