Mercurial > emacs
changeset 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 | 73bfeffcb718 |
children | 1b53cb31445f |
files | lisp/calc/calc-help.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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")