Mercurial > hg > octave-lyh
comparison scripts/miscellaneous/edit.m @ 14366:b76f0740940e
doc: Periodic grammar check of documentation.
* accumarray.m, repmat.m, imshow.m, strread.m, edit.m, mkoctfile.m,
warning_ids.m, glpk.m, lsqnonneg.m, optimset.m, pqpnonneg.m, figure.m, print.m,
__print_parse_opts__.m, gmres.m, zscore.m, __init_fltk__.cc, cellfun.cc,
nproc.cc, regexp.cc, spparms.cc, dirfns.cc, file-io.cc, load-save.cc,
ov-null-mat.cc, ov-usr-fcn.cc, variables.cc: Periodic grammar check of
documentation.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Wed, 15 Feb 2012 13:31:31 -0800 |
parents | f3d52523cde1 |
children | ceb77e004f9c |
comparison
equal
deleted
inserted
replaced
14365:a598273c9c3d | 14366:b76f0740940e |
---|---|
72 ## @item editor | 72 ## @item editor |
73 ## This is the editor to use to modify the functions. By default it uses | 73 ## This is the editor to use to modify the functions. By default it uses |
74 ## Octave's @env{EDITOR} built-in function, which comes from | 74 ## Octave's @env{EDITOR} built-in function, which comes from |
75 ## @code{getenv("EDITOR")} and defaults to @code{emacs}. Use @code{%s} | 75 ## @code{getenv("EDITOR")} and defaults to @code{emacs}. Use @code{%s} |
76 ## In place of the function name. For example, | 76 ## In place of the function name. For example, |
77 ## | |
77 ## @table @samp | 78 ## @table @samp |
78 ## @item [EDITOR, " %s"] | 79 ## @item [EDITOR, " %s"] |
79 ## Use the editor which Octave uses for @code{edit_history}. | 80 ## Use the editor which Octave uses for @code{edit_history}. |
80 ## | 81 ## |
81 ## @item "xedit %s &" | 82 ## @item "xedit %s &" |
108 ## By default it guesses @code{<$LOGNAME@@$HOSTNAME>}, and if @code{$HOSTNAME} | 109 ## By default it guesses @code{<$LOGNAME@@$HOSTNAME>}, and if @code{$HOSTNAME} |
109 ## is not defined it uses @code{uname -n}. You probably want to override this. | 110 ## is not defined it uses @code{uname -n}. You probably want to override this. |
110 ## Be sure to use @code{<user@@host>} as your format. | 111 ## Be sure to use @code{<user@@host>} as your format. |
111 ## | 112 ## |
112 ## @item license | 113 ## @item license |
114 ## | |
113 ## @table @samp | 115 ## @table @samp |
114 ## @item gpl | 116 ## @item gpl |
115 ## GNU General Public License (default). | 117 ## GNU General Public License (default). |
116 ## | 118 ## |
117 ## @item bsd | 119 ## @item bsd |