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