From 82fc6b631306bd42f29a189a3cc9e8f449fa7501 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 3 Sep 2018 12:57:10 -0700 Subject: [PATCH] * lisp/calculator.el: Fix doc typo. --- lisp/calculator.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calculator.el b/lisp/calculator.el index b6959af795a..f559fb48284 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el @@ -627,7 +627,7 @@ Here are the editing keys: These operators are pre-defined: * `+' `-' `*' `/' the common binary operators -* `\\' `%' integer division and reminder +* `\\' `%' integer division and remainder * `_' `;' postfix unary negation and reciprocal * `^' `L' binary operators for x^y and log(x) in base y * `Q' `!' unary square root and factorial -- 2.39.2