Mercurial > hg > octave-lyh
changeset 14485:51fd0cf227e4 stable
doc: Fix edit command default mode description
author | Mike Miller <mtmiller@ieee.org> |
---|---|
date | Wed, 21 Mar 2012 17:17:05 -0400 |
parents | d2bffa78730e |
children | 3959f3f81e33 |
files | scripts/miscellaneous/edit.m |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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