changeset 3406:772cc0f88f09

[project @ 2000-01-05 20:51:46 by jwe]
author jwe
date Wed, 05 Jan 2000 20:51:47 +0000
parents a020244950f9
children 5e0a0b1cba43
files doc/interpreter/octave.texi scripts/set/union.m
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/octave.texi
+++ b/doc/interpreter/octave.texi
@@ -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
--- a/scripts/set/union.m
+++ b/scripts/set/union.m
@@ -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