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:
parent
19577b0e21
commit
0a2bf0fadd
@ -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.
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user