Function: calc-store-plus

calc-store-plus is an autoloaded, interactive and byte-compiled function defined in calc-store.el.gz.

Signature

(calc-store-plus &optional VAR)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-store.el.gz
(defun calc-store-plus (&optional var)
  (interactive)
  (calc-store-binary var "+" '+))