# HG changeset patch # User Mike Miller # Date 1332364625 14400 # Node ID bf2e53b975b758118a55faba3eba41b8d48fa892 # Parent 6a736395ff7d0ee577ea80336eec367b99b4441e doc: Fix edit command default mode description diff -r 6a736395ff7d -r bf2e53b975b7 scripts/miscellaneous/edit.m --- a/scripts/miscellaneous/edit.m Wed Mar 21 01:21:25 2012 +0100 +++ b/scripts/miscellaneous/edit.m Wed Mar 21 17:17:05 2012 -0400 @@ -132,8 +132,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