Merge remote-tracking branch 'krobelus/write-all-note-modified'

This commit is contained in:
Maxime Coste 2019-03-05 20:50:15 +11:00
commit ffb1813759
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ of the file onto the filesystem
*write-all* [-sync]::
*alias* wa +
write all buffers that are associated to a file
write all changed buffers that are associated to a file
*quit[!]* [<exit status>]::
*alias* q +

View File

@ -408,7 +408,7 @@ void write_all_buffers(Context& context, bool sync = false)
const CommandDesc write_all_cmd = {
"write-all",
"wa",
"write-all [-sync]: write all buffers that are associated to a file",
"write-all [-sync]: write all changed buffers that are associated to a file",
ParameterDesc{
{ { "sync", { false, "force the synchronization of the file onto the filesystem" } } },
ParameterDesc::Flags::None, 0, 0