* lisp/calculator.el: Fix doc typo.
This commit is contained in:
parent
ddc7c648d2
commit
82fc6b6313
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue