]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calculator.el: Fix doc typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Sep 2018 19:57:10 +0000 (12:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Sep 2018 19:57:10 +0000 (12:57 -0700)
lisp/calculator.el

index b6959af795ace706a9dba3e7094a466559c6ab91..f559fb48284f51a38517b8bea4df1d66459c67df 100644 (file)
@@ -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