diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-09-03 12:57:10 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-09-03 12:57:10 -0700 |
commit | 82fc6b631306bd42f29a189a3cc9e8f449fa7501 (patch) | |
tree | 684e9bb977e4ae22a0139ff26e2ec56d395464b2 /lisp/calculator.el | |
parent | ddc7c648d2cba328f8812c678fbae23d96dfaf49 (diff) | |
download | emacs-82fc6b631306bd42f29a189a3cc9e8f449fa7501.tar.gz emacs-82fc6b631306bd42f29a189a3cc9e8f449fa7501.tar.bz2 emacs-82fc6b631306bd42f29a189a3cc9e8f449fa7501.zip |
* lisp/calculator.el: Fix doc typo.
Diffstat (limited to 'lisp/calculator.el')
-rw-r--r-- | lisp/calculator.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |