comparison src/pager.cc @ 3333:15cddaacbc2d

[project @ 1999-11-03 19:53:59 by jwe]
author jwe
date Wed, 03 Nov 1999 19:54:52 +0000
parents 7c03933635c6
children f16c2ce14886
comparison
equal deleted inserted replaced
3332:7c03933635c6 3333:15cddaacbc2d
374 @item @var{file}\n\ 374 @item @var{file}\n\
375 Record your session in the file named @var{file}.\n\ 375 Record your session in the file named @var{file}.\n\
376 @end table\n\ 376 @end table\n\
377 \n\ 377 \n\
378 Without any arguments, @code{diary} toggles the current diary state.\n\ 378 Without any arguments, @code{diary} toggles the current diary state.\n\
379 @end deffn\n\ 379 @end deffn")
380 ")
381 { 380 {
382 octave_value_list retval; 381 octave_value_list retval;
383 382
384 int argc = args.length () + 1; 383 int argc = args.length () + 1;
385 384