summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-help.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-06-07 07:27:26 +0000
committerGlenn Morris <rgm@gnu.org>2007-06-07 07:27:26 +0000
commit23d0be646c78aa9479dd2a9820abe5e8b30ebb80 (patch)
treec68aa2db618555c485ee2622d91178724be736c9 /lisp/calc/calc-help.el
parentd16c1140f4faa0e349d8cc9c39df20457809725d (diff)
downloademacs-23d0be646c78aa9479dd2a9820abe5e8b30ebb80.tar.gz
(calc-full-help): Use emacs-copyright.
Diffstat (limited to 'lisp/calc/calc-help.el')
-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 9f324a67785..e310020e399 100644
--- a/lisp/calc/calc-help.el
+++ b/lisp/calc/calc-help.el
@@ -414,7 +414,7 @@ C-w Describe how there is no warranty for Calc."
(princ (format "GNU Emacs Calculator version %s.\n"
calc-version))
(princ " By Dave Gillespie.\n")
- (princ " Copyright (C) 2007 Free Software Foundation, Inc.\n\n")
+ (princ (format " %s\n\n" emacs-copyright))
(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")