(myformat.sty):  Added a note about using \command{} v. {\command} wrt.
	GNU info processing.
diff --git a/Doc/myformat.sty b/Doc/myformat.sty
index 1887953..dc72768 100644
--- a/Doc/myformat.sty
+++ b/Doc/myformat.sty
@@ -153,6 +153,8 @@
 
 \let\nodename=\label
 
+%% For these commands, use \command{} to get the typography right, not
+%% {\command}.  This works better with the texinfo translation.
 \newcommand{\ABC}{{\sc abc}}
 \newcommand{\UNIX}{{\sc Unix}}
 \newcommand{\ASCII}{{\sc ascii}}