From the chmod man page:
Add or delete the save-text-image-on-file-
execution (sticky bit) permission. Useful only if u is expressed or implied in who. See chmod(2).
which basically translate into this:
If the sticky bit permissions is on for an executable, if the process is sharable, the process does not get flushed from memory after the last user terminate.
If the the bit is turned on for a directory, then only the owner of the file and root can delete files created in that directory.
-Santosh
Life is what's happening while you're busy making other plans