diff src/toplev.cc @ 3686:9507d6de9bbd

[project @ 2000-06-29 16:30:44 by jwe]
author jwe
date Thu, 29 Jun 2000 16:30:45 +0000
parents 26662775f4e9
children b7d997d593d9
line wrap: on
line diff
--- a/src/toplev.cc
+++ b/src/toplev.cc
@@ -550,11 +550,11 @@
 \n\
 @example\n\
 @group\n\
-function print_flops_at_exit ()\n\
+function print_fortune ()\n\
   printf (\"\\n%s\\n\", system (\"fortune\"));\n\
   fflush (stdout);\n\
 endfunction\n\
-atexit (\"print_flops_at_exit\");\n\
+atexit (\"print_fortune\");\n\
 @end group\n\
 @end example\n\
 \n\