Function: unix-sync

unix-sync is an interactive function defined in fileio.c.

Signature

(unix-sync)

Documentation

Tell Unix to finish all pending disk updates.

Key Bindings

Source Code

// Defined in /usr/src/emacs/src/fileio.c
{
  sync ();
  return Qnil;
}