diff lisp/calc/calc-help.el @ 61146:36733539e1c5

(calc-full-help): Remove email address.
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 30 Mar 2005 16:35:25 +0000
parents 0e536a451709
children 82f10a9c9eb3 4da4a09e8b1b
line wrap: on
line diff
--- a/lisp/calc/calc-help.el	Wed Mar 30 15:46:12 2005 +0000
+++ b/lisp/calc/calc-help.el	Wed Mar 30 16:35:25 2005 +0000
@@ -411,7 +411,7 @@
   (with-output-to-temp-buffer "*Help*"
     (princ (format "GNU Emacs Calculator version %s.\n"
 		   calc-version))
-    (princ "  By Dave Gillespie, daveg@synaptics.com.\n")
+    (princ "  By Dave Gillespie.\n")
     (princ "  Copyright (C) 2005 Free Software Foundation, Inc.\n\n")
     (princ "Type `h s' for a more detailed summary.\n")
     (princ "Or type `h i' to read the full Calc manual on-line.\n\n")