Mercurial > hg > octave-lyh
diff src/oct-hist.cc @ 4208:e96f52432059
[project @ 2002-12-03 19:48:57 by jwe]
author | jwe |
---|---|
date | Tue, 03 Dec 2002 19:48:57 +0000 |
parents | 4b1a93f83264 |
children | ccfdb55c8156 |
line wrap: on
line diff
--- a/src/oct-hist.cc +++ b/src/oct-hist.cc @@ -532,7 +532,7 @@ unlink (name.c_str ()); } -DEFUN_TEXT (edit_history, args, , +DEFCMD (edit_history, args, , "-*- texinfo -*-\n\ @deffn {Command} edit_history options\n\ If invoked with no arguments, @code{edit_history} allows you to edit the\n\ @@ -582,7 +582,7 @@ return retval; } -DEFUN_TEXT (history, args, , +DEFCMD (history, args, , "-*- texinfo -*-\n\ @deffn {Command} history options\n\ If invoked with no arguments, @code{history} displays a list of commands\n\ @@ -625,7 +625,7 @@ return retval; } -DEFUN_TEXT (run_history, args, , +DEFCMD (run_history, args, , "-*- texinfo -*-\n\ @deffn {Command} run_history [first] [last]\n\ Similar to @code{edit_history}, except that the editor is not invoked,\n\