From: Paul Eggert Date: Mon, 3 Sep 2018 19:57:10 +0000 (-0700) Subject: * lisp/calculator.el: Fix doc typo. X-Git-Tag: emacs-26.1.90~173 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82fc6b6;p=emacs.git * lisp/calculator.el: Fix doc typo. --- 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