summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2005-03-30 16:36:59 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2005-03-30 16:36:59 +0000
commit0a2bf0fadd9ea8d35dde06192a2dd2ecc8e523d9 (patch)
tree95ade99b055bb009f68859988e3fb4a5cf2321ed /lisp/calc
parent19577b0e2164405bf9674bc40c4ca0638a8ca2cb (diff)
downloademacs-0a2bf0fadd9ea8d35dde06192a2dd2ecc8e523d9.tar.gz
(calc-full-help): Remove email address.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-help.el2
1 files changed, 1 insertions, 1 deletions
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")