Fix make-array transforms.
[sbcl.git] / doc / manual / TEXINFO-HINTS
1 -*- text -*-
2
3 Some hints for editing the manual files.  Feel free to add anything
4 that will save the next person some time.  Thanks!
5
6
7 - There's no need for Next, Prev, etc. pointers in @node lines:
8   makeinfo will deduce these automatically when the line after @node
9   contains a sectioning command like @section, @subsection.  Hence,
10   texinfo-multiple-files-update should not be used either.
11
12 - Don't create or update Menus by hand; use C-c C-u C-a
13   (texinfo-all-menus-update) instead.  (Doesn't work in sbcl.texinfo,
14   but this file is only changed when an entire chapter is added.)