projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc7c64
)
* lisp/calculator.el: Fix doc typo.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 3 Sep 2018 19:57:10 +0000
(12:57 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 3 Sep 2018 19:57:10 +0000
(12:57 -0700)
lisp/calculator.el
patch
|
blob
|
history
diff --git
a/lisp/calculator.el
b/lisp/calculator.el
index b6959af795ace706a9dba3e7094a466559c6ab91..f559fb48284f51a38517b8bea4df1d66459c67df 100644
(file)
--- 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 rem
a
inder
* `_' `;' postfix unary negation and reciprocal
* `^' `L' binary operators for x^y and log(x) in base y
* `Q' `!' unary square root and factorial