diff doc/interpreter/tips.txi @ 5041:b2ce28713791

[project @ 2004-10-01 18:12:10 by jwe]
author jwe
date Fri, 01 Oct 2004 18:12:11 +0000
parents aae05d51353c
children 4c8a2e4e0717
line wrap: on
line diff
--- a/doc/interpreter/tips.txi
+++ b/doc/interpreter/tips.txi
@@ -37,7 +37,7 @@
 If you write a function that you think ought to be added to Octave under
 a certain name, such as @code{fiddle_matrix}, don't call it by that name
 in your program.  Call it @code{mylib_fiddle_matrix} in your program,
-and send mail to @email{bug-octave@@bevo.che.wisc.edu} suggesting that it
+and send mail to @email{maintainers@@octave.org} suggesting that it
 be added to Octave.  If and when it is, the name can be changed easily
 enough.