home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / debug / edprocs < prev    next >
Encoding:
Text File  |  1993-10-26  |  373 b   |  9 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           edprocs ?proc...?
  4.                This procedure writes  the  named  procedures,  or  all
  5.                currently defined procedures, to a temporary file, then
  6.                calls an editor on  it  (as  specified  by  the  EDITOR
  7.                environment variable, or vi if none is specified), then
  8.                sources the file back in if it was changed.
  9.