blob: 443738d19aa5bed5b8b874fa3ab56f1ebe84b891 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
@setfilename atnode
@node Top
@c @top Toity
@menu
* @@string:: A node with an at sign in its name
* Joke:: A node without an at sign in its name
@end menu
@node @@string
@chapter On the Nature of Strings
They can be thick or thin.
@node Joke
@chapter Stop me if You've Heard this One
These three strings (@pxref{@@string}), walked into a bar, and...
@bye
|