And update documentation, while at it!

This commit is contained in:
Dimitri Fontaine 2010-11-12 22:26:31 +01:00
parent 409158638d
commit e7ca9a74cc

View File

@ -122,10 +122,12 @@ newer packages for this instance to consider installing.
Now you want a synchronous install, right?
So, by default +(el-get)+ is asynchronous, but you can ask for it to be sync
this way:
So, by default +(el-get)+ is asynchronous, but you can ask for it to be
sync, or to still be asynchronous but to wait until it finished before to
give control back:
(el-get 'sync)
(el-get 'wait)
You even get a progress report!