diff src/ov-list.cc @ 3448:0fb75d95b14f

[project @ 2000-01-17 20:38:31 by jwe]
author jwe
date Mon, 17 Jan 2000 20:38:35 +0000
parents 5c76d8f267f7
children d14c483b3c12
line wrap: on
line diff
--- a/src/ov-list.cc	Mon Jan 17 20:12:43 2000 +0000
+++ b/src/ov-list.cc	Mon Jan 17 20:38:35 2000 +0000
@@ -145,7 +145,7 @@
 
 DEFUN (list, args, ,
   "-*- texinfo -*-\n\
-@deftypefn {Built-in Function} {} list (@var{a1}, @var{a2}, @dots{}})\n\
+@deftypefn {Built-in Function} {} list (@var{a1}, @var{a2}, @dots{})\n\
 Create a new list with elements given by the arguments @var{a1},\n\
 @var{a2}, @dots{}.\n\
 @end deftypefn")
@@ -266,7 +266,7 @@
 @var{length} is omitted, all elements from @var{offset} to the end of\n\
 @var{list_1} are replaced.  As a special case, if @var{offset} is one\n\
 greater than the length of @var{list_1} and @var{length} is 0, splice\n\
-is equivalent to @code{append (@var{list_1}, @var{list_2}).\n\
+is equivalent to @code{append (@var{list_1}, @var{list_2})}.\n\
 @end deftypefn") 
 {
   octave_value retval;