diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-23 17:20:48 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-23 17:20:48 +0000 |
| commit | 841d4129fb345d93464358ef743df8cd594e136c (patch) | |
| tree | 822c221ddc177a18d33900e2eb212094250b2ba2 /doc/input.but | |
| parent | 52d5c7f7c4fdc5cbf175bb70c32e88a374045280 (diff) | |
| download | halibut-841d4129fb345d93464358ef743df8cd594e136c.zip halibut-841d4129fb345d93464358ef743df8cd594e136c.tar.gz halibut-841d4129fb345d93464358ef743df8cd594e136c.tar.bz2 halibut-841d4129fb345d93464358ef743df8cd594e136c.tar.xz | |
Oh, and now the text backend warns about too-long code lines, I'd
better remove the one too-long code line in the manual :-)
[originally from svn r4129]
Diffstat (limited to 'doc/input.but')
| -rw-r--r-- | doc/input.but | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/input.but b/doc/input.but index b29cb88..6cb1808 100644 --- a/doc/input.but +++ b/doc/input.but @@ -313,12 +313,12 @@ The \c{\\W} command supports a piece of extra syntax to make this convenient for you. You can specify \c{\\c} or \c{\\cw} \e{between} the first and second pairs of braces. For example, you might write -\c Google is located at \W{http://www.google.com/}\cw{www.google.com}. +\c Google is at \W{http://www.google.com/}\cw{www.google.com}. and Halibut would produce \quote{ -Google is located at \W{http://www.google.com/}\cw{www.google.com}. +Google is at \W{http://www.google.com/}\cw{www.google.com}. } If you want the link text to be an index term as well, you can also |