Fix menu item ordering in chapter "Coding Conventions".

* doc/find-maint.texi (Coding Conventions): Re-order menu items to
match the section ordering.
This commit is contained in:
James Youngman 2015-12-23 21:02:19 +00:00
parent 9f640e8034
commit 2135babdee

View File

@ -235,9 +235,9 @@ circumstances.
@menu
* Make the Compiler Find the Bugs::
* Factor Out Repeated Code::
* The File System Is Being Modified::
* Don't Trust the File System Contents::
* Debugging is For Users Too::
* Don't Trust the File System Contents::
* The File System Is Being Modified::
@end menu
@node Make the Compiler Find the Bugs