aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2005-03-29 16:18:48 +0000
committerJay Belanger <[email protected]>2005-03-29 16:18:48 +0000
commitbb64248becb00ac37d0bb413174e65b9ac7f54be (patch)
tree6fdc3f2a8f6bba86da6a8c4d77db7d5dea62867d /lisp/calc
parentf7e30874fe62dbe37106827aeeb8965538e6c39b (diff)
Update copyright date.
(calc-full-help): Remove reference to calc-version-date. Update copyright date.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-help.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el
index dc7f0b17c1..27571191a5 100644
--- a/lisp/calc/calc-help.el
+++ b/lisp/calc/calc-help.el
@@ -1,6 +1,6 @@
;;; calc-help.el --- help display functions for Calc,
-;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2004, 2005
;; Free Software Foundation, Inc.
;; Author: David Gillespie <[email protected]>
@@ -409,10 +409,10 @@ C-w Describe how there is no warranty for Calc."
(defun calc-full-help ()
(interactive)
(with-output-to-temp-buffer "*Help*"
- (princ (format "GNU Emacs Calculator version %s of %s.\n"
- calc-version calc-version-date))
+ (princ (format "GNU Emacs Calculator version %s.\n"
+ calc-version))
(princ " By Dave Gillespie, [email protected].\n")
- (princ " Copyright (C) 1990, 1993 Free Software Foundation, Inc.\n\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")
(princ "Basic keys:\n")