Function: calculator-open-paren
calculator-open-paren is an interactive and byte-compiled function
defined in calculator.el.gz.
Signature
(calculator-open-paren)
Documentation
Equivalents of ( use this.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calculator.el.gz
;;;---------------------------------------------------------------------
;;; Misc functions
(defun calculator-open-paren ()
"Equivalents of `(' use this."
(interactive)
(calculator-op "("))