From 1947991c2f85db781fb3fcdc9e3bcfe2905e58e2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 13 Feb 1998 06:58:54 +0000 Subject: Remove all \bcode / \ecode cruft; this is no longer needed. See previous checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. --- Doc/mac/libmacostools.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/mac/libmacostools.tex') diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex index adbf461e79..5c8487a56f 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -7,7 +7,7 @@ on the Macintosh. The \code{macostools} module defines the following functions: -\renewcommand{\indexsubitem}{(in module macostools)} +\setindexsubitem{(in module macostools)} \begin{funcdesc}{copy}{src\, dst\optional{\, createpath, copytimes}} Copy file \var{src} to \var{dst}. The files can be specified as @@ -60,7 +60,7 @@ pathnames or as \code{FSSpec} objects. The \code{findertools} module defines the following functions: -\renewcommand{\indexsubitem}{(in module macostools)} +\setindexsubitem{(in module macostools)} \begin{funcdesc}{launch}{file} Tell the finder to launch \var{file}. What launching means depends on the file: -- cgit v1.2.1