mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-15 17:00:26 +00:00
(calc-full-help): Remove version number.
This commit is contained in:
parent
61d4168408
commit
af5a5f3d92
@ -416,8 +416,7 @@ 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.\n"
|
||||
calc-version))
|
||||
(princ "GNU Emacs Calculator.\n")
|
||||
(princ " By Dave Gillespie.\n")
|
||||
(princ (format " %s\n\n" emacs-copyright))
|
||||
(princ "Type `h s' for a more detailed summary.\n")
|
||||
|
Loading…
Reference in New Issue
Block a user