Mercurial > hg > octave-nkf
diff scripts/io/beep.m @ 4293:977f977fb2c3
[project @ 2003-01-06 18:18:14 by jwe]
author | jwe |
---|---|
date | Mon, 06 Jan 2003 18:18:14 +0000 |
parents | 363d406ec86c |
children | c08cb1098afc |
line wrap: on
line diff
--- a/scripts/io/beep.m +++ b/scripts/io/beep.m @@ -19,9 +19,9 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} puts (@var{string}) -## Write a string to the standard output with no formatting. +## Produce a beep from the speaker (or visual bell). ## @end deftypefn -## @seealso{fputs, printf and fprintf} +## @seealso{puts, fputs, printf and fprintf} ## Author: jwe