[Python-checkins] python/dist/src/Doc/dist dist.tex,1.46,1.47

theller@users.sourceforge.net theller@users.sourceforge.net
Thu, 12 Dec 2002 11:35:03 -0800


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory sc8-pr-cvs1:/tmp/cvs-serv5279

Modified Files:
	dist.tex 
Log Message:
Description of description was really confusing, and added some markup.


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** dist.tex	12 Dec 2002 18:54:19 -0000	1.46
--- dist.tex	12 Dec 2002 19:35:00 -0000	1.47
***************
*** 1377,1381 ****
  Which folders are available depends on the exact Windows version, and probably
  also the configuration. For details refer to Microsoft's documentation of the
! SHGetSpecialFolderPath function.
  
  \begin{verbatim}
--- 1377,1381 ----
  Which folders are available depends on the exact Windows version, and probably
  also the configuration. For details refer to Microsoft's documentation of the
! \code{SHGetSpecialFolderPath} function.
  
  \begin{verbatim}
***************
*** 1385,1397 ****
  
  This function creates a shortcut.
! target is the path to the program to be started by the shortcut.
! description is displayed in a popup window when the
! filename is the title of the shortcut that the user will see.
! arguments specifies the command line arguments, if any.
! workdir is the working directory for the program.
! iconpath is the file containing the icon for the shortcut,
! and iconindex is the iconindex in the file.
! Again, for details consult the Microsoft documentation for the IShellLink
! interface.
  
  \section{Examples}
--- 1385,1397 ----
  
  This function creates a shortcut.
! \var{target} is the path to the program to be started by the shortcut.
! \var{description} is the description of the sortcut.
! \var{filename} is the title of the shortcut that the user will see.
! \var{arguments} specifies the command line arguments, if any.
! \var{workdir} is the working directory for the program.
! \var{iconpath} is the file containing the icon for the shortcut,
! and \var{iconindex} is the index of the icon in the file
! \var{iconpath}.  Again, for details consult the Microsoft
! documentation for the \code{IShellLink} interface.
  
  \section{Examples}