emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 82fc6b6: * lisp/calculator.el: Fix doc typo.


From: Paul Eggert
Subject: [Emacs-diffs] emacs-26 82fc6b6: * lisp/calculator.el: Fix doc typo.
Date: Mon, 3 Sep 2018 15:57:26 -0400 (EDT)

branch: emacs-26
commit 82fc6b631306bd42f29a189a3cc9e8f449fa7501
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * lisp/calculator.el: Fix doc typo.
---
 lisp/calculator.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calculator.el b/lisp/calculator.el
index b6959af..f559fb4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]