aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2018-09-03 12:57:10 -0700
committerPaul Eggert2018-09-03 12:57:10 -0700
commit82fc6b631306bd42f29a189a3cc9e8f449fa7501 (patch)
tree684e9bb977e4ae22a0139ff26e2ec56d395464b2
parentddc7c648d2cba328f8812c678fbae23d96dfaf49 (diff)
downloademacs-82fc6b631306bd42f29a189a3cc9e8f449fa7501.tar.gz
emacs-82fc6b631306bd42f29a189a3cc9e8f449fa7501.zip
* lisp/calculator.el: Fix doc typo.
-rw-r--r--lisp/calculator.el2
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:
627 627
628These operators are pre-defined: 628These operators are pre-defined:
629* `+' `-' `*' `/' the common binary operators 629* `+' `-' `*' `/' the common binary operators
630* `\\' `%' integer division and reminder 630* `\\' `%' integer division and remainder
631* `_' `;' postfix unary negation and reciprocal 631* `_' `;' postfix unary negation and reciprocal
632* `^' `L' binary operators for x^y and log(x) in base y 632* `^' `L' binary operators for x^y and log(x) in base y
633* `Q' `!' unary square root and factorial 633* `Q' `!' unary square root and factorial