1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(calc-full-help): Remove email address.

This commit is contained in:
Jay Belanger 2005-03-30 16:36:59 +00:00
parent 19577b0e21
commit 0a2bf0fadd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-30 Jay Belanger <belanger@truman.edu>
* calc/calc-help.el (calc-full-help): Remove email address.
2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
* help-fns.el (help-with-tutorial): Delete title line.

View File

@ -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")