emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 09fad246de8: * lisp/calc/calc.el (calc-mode): Improve docstring


From: Stefan Kangas
Subject: emacs-29 09fad246de8: * lisp/calc/calc.el (calc-mode): Improve docstring.
Date: Fri, 17 Feb 2023 09:26:50 -0500 (EST)

branch: emacs-29
commit 09fad246de82c720295a8708657d61407bb968c3
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * lisp/calc/calc.el (calc-mode): Improve docstring.
---
 lisp/calc/calc.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 39e54c89e06..f129552c9a4 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -1282,16 +1282,17 @@ the trail buffer."
 (defun calc-mode ()
   "Calculator major mode.
 
-This is an RPN calculator featuring arbitrary-precision integer, rational,
-floating-point, complex, matrix, and symbolic arithmetic.
+This is a Reverse Polish notation (RPN) calculator featuring
+arbitrary-precision integer, rational, floating-point, complex,
+matrix, and symbolic arithmetic.
 
 RPN calculation:  2 RET 3 +    produces 5.
 Algebraic style:  \\=' 2+3 RET    produces 5.
 
 Basic operators are +, -, *, /, ^, & (reciprocal), % (modulo), n (change-sign).
 
-Press ? repeatedly for more complete help.  Press `h i' to read the
-Calc manual on-line, `h s' to read the summary, or `h t' for the tutorial.
+Press \\`?' repeatedly for more complete help.  Press \\`h i' to read the
+Calc manual, \\`h s' to read the summary, or \\`h t' for the tutorial.
 
 Notations:  3.14e6     3.14 * 10^6
             _23        negative number -23 (or type `23 n')



reply via email to

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