page for}. For example,
@smallexample
-See the man page `chmod' for details.
+See the man page `chmod(1)' for details.
@end smallexample
+@noindent
+The Info documentation is always preferable to man pages, so be sure
+to link to an Info manual where available. For example,
+@command{chmod} is documented in the GNU Coreutils manual, so it is
+better to link to that instead of the man page.
+
To link to a customization group, write the single-quoted name of the
group, preceded by @samp{customization group} (the first character in
each word is case-insensitive). For example,
+++
** Doc strings can now link to man pages.
-Text like "man page `chmod'" will be made into a button. When
+Text like "man page `chmod(1)'" will be made into a button. When
clicked, it will open a Man mode buffer displaying that man page.
+++