Function: calc-store-minus
calc-store-minus is an autoloaded, interactive and byte-compiled
function defined in calc-store.el.gz.
Signature
(calc-store-minus &optional VAR)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-store.el.gz
(defun calc-store-minus (&optional var)
(interactive)
(calc-store-binary var "-" '-))