# HG changeset patch # User jwe # Date 947105507 0 # Node ID 772cc0f88f09182fc60b97336b6309a555697e66 # Parent a020244950f93b44bcd389a370e58a66aca536ea [project @ 2000-01-05 20:51:46 by jwe] diff -r a020244950f9 -r 772cc0f88f09 doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi Wed Jan 05 08:09:29 2000 +0000 +++ b/doc/interpreter/octave.texi Wed Jan 05 20:51:47 2000 +0000 @@ -8,7 +8,7 @@ @c The following macro is used for the on-line help system, but we don't @c want lots of `See also: foo, bar, and baz' strings cluttering the @c printed manual (that information should be in the supporting text for -@c each symbol). +@c each group of functions and variables). @macro seealso {args} @end macro diff -r a020244950f9 -r 772cc0f88f09 scripts/set/union.m --- a/scripts/set/union.m Wed Jan 05 08:09:29 2000 +0000 +++ b/scripts/set/union.m Wed Jan 05 20:51:47 2000 +0000 @@ -28,9 +28,8 @@ ## @result{} [ 1, 2, 3, 4, 5 ] ## @end group ## @end example -## +## @end deftypefn ## @seealso{create_set, intersection, and complement} -## @end deftypefn ## Author: jwe