comparison src/pager.cc @ 4208:e96f52432059

[project @ 2002-12-03 19:48:57 by jwe]
author jwe
date Tue, 03 Dec 2002 19:48:57 +0000
parents b79da8779a0e
children ccfdb55c8156
comparison
equal deleted inserted replaced
4207:fa3482b34599 4208:e96f52432059
405 405
406 if (! external_diary_file) 406 if (! external_diary_file)
407 error ("diary: can't open diary file `%s'", diary_file.c_str ()); 407 error ("diary: can't open diary file `%s'", diary_file.c_str ());
408 } 408 }
409 409
410 DEFUN_TEXT (diary, args, , 410 DEFCMD (diary, args, ,
411 "-*- texinfo -*-\n\ 411 "-*- texinfo -*-\n\
412 @deffn {Command} diary options\n\ 412 @deffn {Command} diary options\n\
413 Create a list of all commands @emph{and} the output they produce, mixed\n\ 413 Create a list of all commands @emph{and} the output they produce, mixed\n\
414 together just as you see them on your terminal. Valid options are:\n\ 414 together just as you see them on your terminal. Valid options are:\n\
415 \n\ 415 \n\
476 } 476 }
477 477
478 return retval; 478 return retval;
479 } 479 }
480 480
481 DEFUN_TEXT (more, args, , 481 DEFCMD (more, args, ,
482 "-*- texinfo -*-\n\ 482 "-*- texinfo -*-\n\
483 @deffn {Command} more\n\ 483 @deffn {Command} more\n\
484 @deffnx {Command} more on\n\ 484 @deffnx {Command} more on\n\
485 @deffnx {Command} more off\n\ 485 @deffnx {Command} more off\n\
486 Turn output pagination on or off. Without an argument, @code{more}\n\ 486 Turn output pagination on or off. Without an argument, @code{more}\n\