diff options
| author | Jay Belanger | 2008-08-14 18:33:07 +0000 |
|---|---|---|
| committer | Jay Belanger | 2008-08-14 18:33:07 +0000 |
| commit | af5a5f3d92512751bad0e6f714d6e48c46959246 (patch) | |
| tree | b884b7daf83063e55890e2c2f4a97a17c225a97d | |
| parent | 61d4168408e65fd6fab350529c12eaa97944e97e (diff) | |
| download | emacs-af5a5f3d92512751bad0e6f714d6e48c46959246.tar.gz emacs-af5a5f3d92512751bad0e6f714d6e48c46959246.zip | |
(calc-full-help): Remove version number.
| -rw-r--r-- | lisp/calc/calc-help.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index 79026df66a8..f484d9b0769 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el | |||
| @@ -416,8 +416,7 @@ C-w Describe how there is no warranty for Calc." | |||
| 416 | (defun calc-full-help () | 416 | (defun calc-full-help () |
| 417 | (interactive) | 417 | (interactive) |
| 418 | (with-output-to-temp-buffer "*Help*" | 418 | (with-output-to-temp-buffer "*Help*" |
| 419 | (princ (format "GNU Emacs Calculator version %s.\n" | 419 | (princ "GNU Emacs Calculator.\n") |
| 420 | calc-version)) | ||
| 421 | (princ " By Dave Gillespie.\n") | 420 | (princ " By Dave Gillespie.\n") |
| 422 | (princ (format " %s\n\n" emacs-copyright)) | 421 | (princ (format " %s\n\n" emacs-copyright)) |
| 423 | (princ "Type `h s' for a more detailed summary.\n") | 422 | (princ "Type `h s' for a more detailed summary.\n") |