Martin Sebor <mse...@gmail.com> writes: > @@ -373,7 +373,7 @@ example, this code would produce an error: > > @smallexample > #if 0 > -You can't expect this to work. > +You cannot expect this to work. > #endif > @end smallexample >
Sure the maintainers would have caught this, but: the "'" is needed here. The point is that code doesn't tokenise properly. Thanks, Richard