Mercurial > hg > octave-nkf
diff scripts/miscellaneous/edit.m @ 9724:f22bbc5d56e9
Fix various incorrect usages of TeXinfo deffn and deftypefn macros
which were causing bad entries in the function index.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Tue, 13 Oct 2009 21:10:37 -0700 |
parents | 5247e89688e1 |
children | 95c3e38098bf |
line wrap: on
line diff
--- a/scripts/miscellaneous/edit.m +++ b/scripts/miscellaneous/edit.m @@ -17,8 +17,8 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Command} edit @var{name} -## @deftypefnx {Command} edit @var{field} @var{value} +## @deftypefn {Command} {} edit @var{name} +## @deftypefnx {Command} {} edit @var{field} @var{value} ## @deftypefnx {Command} {@var{value} =} edit get @var{field} ## Edit the named function, or change editor settings. ##