diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-06-12 21:57:29 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-06-12 21:57:29 +0000 |
| commit | 0c4ba28a316e3c9c48bf52db3d2081634a8e61f7 (patch) | |
| tree | 050894b836baa7e230232f1f088cbe842b15703a /doc | |
| parent | cb775f9b2f26acb3bb34f357b778b42d70a39eb2 (diff) | |
| download | halibut-0c4ba28a316e3c9c48bf52db3d2081634a8e61f7.zip halibut-0c4ba28a316e3c9c48bf52db3d2081634a8e61f7.tar.gz halibut-0c4ba28a316e3c9c48bf52db3d2081634a8e61f7.tar.bz2 halibut-0c4ba28a316e3c9c48bf52db3d2081634a8e61f7.tar.xz | |
Er, don't forget to document the disallowing of \q within \c. Ahem.
[originally from svn r4278]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/input.but | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/input.but b/doc/input.but index 6cb1808..1c20acc 100644 --- a/doc/input.but +++ b/doc/input.but @@ -202,10 +202,12 @@ ASCII one if they aren't available. But I recommend using the built-in \c{\\q} command in most cases, because it's simple and does the best it can everywhere. -(Note that if you're using the \c{\\c} or \c{\\cw} commands to -display literal computer code, you probably \e{will} want to use -literal \i{ASCII quote characters}, because it is likely to matter -precisely which quote character you use.) +If you're using the \c{\\c} or \c{\\cw} commands to display literal +computer code, you will probably want to use literal \i{ASCII quote +characters}, because it is likely to matter precisely which quote +character you use. In fact, Halibut actually \e{disallows} the use +of \c{\\q} within either of \c{\\c} and \c{\\cw}, since this +simplifies some of the output formats. \S{input-nonbreaking} \c{\\-} and \c{\\_}: \ii{Non-breaking hyphens} and \I{non-breaking spaces}spaces |