Mercurial > hg > octave-nkf
diff src/lex.ll @ 11431:0d9640d755b1
Improve docstrings for all isXXX functions.
Use 'return true' rather than 'return 1'.
Improve the cross-referencing through seealso links.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 31 Dec 2010 13:20:44 -0800 |
parents | b2191ebea12f |
children | 21b5284fa78d |
line wrap: on
line diff
--- a/src/lex.ll +++ b/src/lex.ll @@ -3390,9 +3390,11 @@ DEFUN (iskeyword, args, , "-*- texinfo -*-\n\ -@deftypefn {Built-in Function} {} iskeyword (@var{name})\n\ +@deftypefn {Built-in Function} {} iskeyword ()\n\ +@deftypefnx {Built-in Function} {} iskeyword (@var{name})\n\ Return true if @var{name} is an Octave keyword. If @var{name}\n\ is omitted, return a list of keywords.\n\ +@seealso{isvarname, exist}\n\ @end deftypefn") { octave_value retval;