# HG changeset patch # User Mike Miller # Date 1332364625 14400 # Node ID 51fd0cf227e45f2ec04d026f344a39acd0f592ec # Parent d2bffa78730e3862d5ebf538072b4a89f2cc6f52 doc: Fix edit command default mode description diff --git a/scripts/miscellaneous/edit.m b/scripts/miscellaneous/edit.m --- a/scripts/miscellaneous/edit.m +++ b/scripts/miscellaneous/edit.m @@ -130,8 +130,8 @@ ## @item mode ## This value determines whether the editor should be started in async mode ## (editor is started in the background and Octave continues) or sync mode -## (Octave waits until the editor exits). Set it to "async" to start the editor -## in async mode. The default is "sync" (see also "system"). +## (Octave waits until the editor exits). Set it to "sync" to start the editor +## in sync mode. The default is "async" (see also "system"). ## ## @item editinplace ## Determines whether files should be edited in place, without regard to