aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-03-30 16:36:59 +0000
committerJay Belanger2005-03-30 16:36:59 +0000
commit0a2bf0fadd9ea8d35dde06192a2dd2ecc8e523d9 (patch)
tree95ade99b055bb009f68859988e3fb4a5cf2321ed
parent19577b0e2164405bf9674bc40c4ca0638a8ca2cb (diff)
downloademacs-0a2bf0fadd9ea8d35dde06192a2dd2ecc8e523d9.tar.gz
emacs-0a2bf0fadd9ea8d35dde06192a2dd2ecc8e523d9.zip
(calc-full-help): Remove email address.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/calc/calc-help.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 253f97c9904..51a8e3cdb13 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-03-30 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-help.el (calc-full-help): Remove email address.
4
12005-03-30 Thien-Thi Nguyen <ttn@gnu.org> 52005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
2 6
3 * help-fns.el (help-with-tutorial): Delete title line. 7 * 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."
411 (with-output-to-temp-buffer "*Help*" 411 (with-output-to-temp-buffer "*Help*"
412 (princ (format "GNU Emacs Calculator version %s.\n" 412 (princ (format "GNU Emacs Calculator version %s.\n"
413 calc-version)) 413 calc-version))
414 (princ " By Dave Gillespie, daveg@synaptics.com.\n") 414 (princ " By Dave Gillespie.\n")
415 (princ " Copyright (C) 2005 Free Software Foundation, Inc.\n\n") 415 (princ " Copyright (C) 2005 Free Software Foundation, Inc.\n\n")
416 (princ "Type `h s' for a more detailed summary.\n") 416 (princ "Type `h s' for a more detailed summary.\n")
417 (princ "Or type `h i' to read the full Calc manual on-line.\n\n") 417 (princ "Or type `h i' to read the full Calc manual on-line.\n\n")