From: Jay Belanger Date: Wed, 30 Mar 2005 16:36:59 +0000 (+0000) Subject: (calc-full-help): Remove email address. X-Git-Tag: ttn-vms-21-2-B4~1349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a2bf0fadd9ea8d35dde06192a2dd2ecc8e523d9;p=emacs.git (calc-full-help): Remove email address. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 253f97c9904..51a8e3cdb13 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-03-30 Jay Belanger + + * calc/calc-help.el (calc-full-help): Remove email address. + 2005-03-30 Thien-Thi Nguyen * help-fns.el (help-with-tutorial): Delete title line. diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 27571191a5a..46b8cec2ac6 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -411,7 +411,7 @@ C-w Describe how there is no warranty for Calc." (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")