comparison 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
comparison
equal deleted inserted replaced
9723:f426899f4b9c 9724:f22bbc5d56e9
15 ## You should have received a copy of the GNU General Public License 15 ## You should have received a copy of the GNU General Public License
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Command} edit @var{name} 20 ## @deftypefn {Command} {} edit @var{name}
21 ## @deftypefnx {Command} edit @var{field} @var{value} 21 ## @deftypefnx {Command} {} edit @var{field} @var{value}
22 ## @deftypefnx {Command} {@var{value} =} edit get @var{field} 22 ## @deftypefnx {Command} {@var{value} =} edit get @var{field}
23 ## Edit the named function, or change editor settings. 23 ## Edit the named function, or change editor settings.
24 ## 24 ##
25 ## If @code{edit} is called with the name of a file or function as 25 ## If @code{edit} is called with the name of a file or function as
26 ## its argument it will be opened in a text editor. 26 ## its argument it will be opened in a text editor.