summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2007-08-17 03:53:38 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2007-08-17 03:53:38 +0000
commit55a57f0a5ba3e8dce5dd1cfd0ca4493217b524dc (patch)
tree7fe7df6a0fbb85c47bf6b6fe87f17084ee4a536b /man
parent386ee3b0a9a2ebc8680181e0bb2f174e00228425 (diff)
downloademacs-55a57f0a5ba3e8dce5dd1cfd0ca4493217b524dc.tar.gz
Move contents to beginning of file.
Algebraic Entry: Fix the formatting of an example.
Diffstat (limited to 'man')
-rw-r--r--man/calc.texi25
1 files changed, 17 insertions, 8 deletions
diff --git a/man/calc.texi b/man/calc.texi
index bea200a5849..685f945789f 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -123,6 +123,13 @@ Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004,
@insertcopying
@end titlepage
+
+@summarycontents
+
+@c [end]
+
+@contents
+
@c [begin]
@ifnottex
@node Top, Getting Started, (dir), (dir)
@@ -10013,11 +10020,18 @@ During numeric entry, the only editing key available is @key{DEL}.
@cindex Algebraic notation
@cindex Formulas, entering
Calculations can also be entered in algebraic form. This is accomplished
-by typing the apostrophe key, @kbd{'}, followed by the expression in
-standard format: @kbd{@key{'} 2+3*4 @key{RET}} computes
+by typing the apostrophe key, ', followed by the expression in
+standard format:
+
+@example
+' 2+3*4 @key{RET}.
+@end example
+
+@noindent
+This will compute
@texline @math{2+(3\times4) = 14}
@infoline @expr{2+(3*4) = 14}
-and pushes that on the stack. If you wish you can
+and push it on the stack. If you wish you can
ignore the RPN aspect of Calc altogether and simply enter algebraic
expressions in this way. You may want to use @key{DEL} every so often to
clear previous results off the stack.
@@ -36164,11 +36178,6 @@ the corresponding full Lisp name is derived by adding a prefix of
@printindex fn
-@summarycontents
-
-@c [end]
-
-@contents
@bye