summaryrefslogtreecommitdiff
path: root/lisp/calculator.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2021-03-12 12:11:17 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2021-03-12 12:12:14 +0100
commita0854f939ce3a1de2c8cbc5e38b106a8df4480f6 (patch)
treedf6e1a516d2310fbb356a8ea2b7dc77839a63671 /lisp/calculator.el
parent14b54cea1756f4d66c7376c55cf4aa88e8c3c0c3 (diff)
downloademacs-a0854f939ce3a1de2c8cbc5e38b106a8df4480f6.tar.gz
; Fix typos in doc strings
Diffstat (limited to 'lisp/calculator.el')
-rw-r--r--lisp/calculator.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calculator.el b/lisp/calculator.el
index 00883989b29..6dd8d9a7ec1 100644
--- a/lisp/calculator.el
+++ b/lisp/calculator.el
@@ -291,7 +291,7 @@ user-defined operators, use `calculator-user-operators' instead.")
5. The function's precedence -- should be in the range of 1 (lowest) to
9 (highest) (optional, defaults to 1);
-It it possible have a unary prefix version of a binary operator if it
+It is possible have a unary prefix version of a binary operator if it
comes later in this list. If the list begins with the symbol `nobind',
then no key binding will take place -- this is only used for predefined
keys.