Function: calc-info-summary
calc-info-summary is an autoloaded, interactive and byte-compiled
function defined in calc-misc.el.gz.
Signature
(calc-info-summary)
Documentation
Run the Emacs Info system on the Calculator Summary.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-misc.el.gz
;;;###autoload
(defun calc-info-summary ()
"Run the Emacs Info system on the Calculator Summary."
(interactive)
(calc-info-goto-node "Summary"))