]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/calc/calc.el (calc-mode): Improve docstring.
authorStefan Kangas <stefankangas@gmail.com>
Fri, 17 Feb 2023 14:23:19 +0000 (15:23 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 17 Feb 2023 14:26:38 +0000 (15:26 +0100)
lisp/calc/calc.el

index 39e54c89e06879c5b271c1cd4253a6b1112c0f75..f129552c9a41852123430ee32519d99a1a3fe44b 100644 (file)
@@ -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')