* Calculator.el doc:typo-fix
@ 2018-09-03 19:54 T.V Raman
2018-09-03 19:57 ` Paul Eggert
0 siblings, 1 reply; 2+ messages in thread
From: T.V Raman @ 2018-09-03 19:54 UTC (permalink / raw)
To: emacs-devel
Here is a simple patch to fix a typo in the doc string for M-x
calculator --- s/reminder/remainder/
git diff calculator.el
diff --git a/lisp/calculator.el b/lisp/calculator.el
index b6959af795..f559fb4828 100644
--- a/lisp/calculator.el
+++ b/lisp/calculator.el
@@ -627,7 +627,7 @@ calculator-mode
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
--
--
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Calculator.el doc:typo-fix
2018-09-03 19:54 Calculator.el doc:typo-fix T.V Raman
@ 2018-09-03 19:57 ` Paul Eggert
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2018-09-03 19:57 UTC (permalink / raw)
To: T.V Raman, emacs-devel
Thanks, I installed that into the emacs-26 branch.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-03 19:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-03 19:54 Calculator.el doc:typo-fix T.V Raman
2018-09-03 19:57 ` Paul Eggert
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.