diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2005-05-25 20:58:37 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2005-05-25 20:58:37 +0000 |
commit | 17c5c21955ea18dcb6af9108ee8ed6c9152e2cd2 (patch) | |
tree | 3595540326ebb4429a43c912594dc0f47f778a09 /man/calc.texi | |
parent | 3f9c9ff71d5584b45f82c94cc09d44167750673c (diff) | |
download | emacs-17c5c21955ea18dcb6af9108ee8ed6c9152e2cd2.tar.gz |
Change position of "Keypad Mode" in info output.
Change Calc version number.
(Keypad mode overview): Move picture of keypad.
Diffstat (limited to 'man/calc.texi')
-rw-r--r-- | man/calc.texi | 56 |
1 files changed, 29 insertions, 27 deletions
diff --git a/man/calc.texi b/man/calc.texi index ea53250bbf8..9e9eeee68a5 100644 --- a/man/calc.texi +++ b/man/calc.texi @@ -162,6 +162,7 @@ longer Info tutorial.) * Store and Recall:: Storing and recalling variables. * Graphics:: Commands for making graphs of data. * Kill and Yank:: Moving data into and out of Calc. +* Keypad Mode:: Operating Calc from a keypad. * Embedded Mode:: Working with formulas embedded in a file. * Programming:: Calc as a programmable calculator. @@ -1028,7 +1029,7 @@ with the file you were editing on top and Calc on the bottom. ... --**-Emacs: myfile (Fundamental)----All---------------------- ---- Emacs Calculator Mode --- |Emacs Calc Mode v2.00... +--- Emacs Calculator Mode --- |Emacs Calc Mode v2.1 ... 2: 17.3 | 17.3 1: -5 | 3 . | 2 @@ -1149,28 +1150,30 @@ Stack; the lower window is a picture of a typical calculator keypad. \medskip @end tex @smallexample - |--- Emacs Calculator Mode --- - |2: 17.3 - |1: -5 - | . - |--%%-Calc: 12 Deg (Calcul - |----+-----Calc 2.00-----+----1 - |FLR |CEIL|RND |TRNC|CLN2|FLT | - |----+----+----+----+----+----| - | LN |EXP | |ABS |IDIV|MOD | - |----+----+----+----+----+----| - |SIN |COS |TAN |SQRT|y^x |1/x | - |----+----+----+----+----+----| - | ENTER |+/- |EEX |UNDO| <- | - |-----+---+-+--+--+-+---++----| - | INV | 7 | 8 | 9 | / | - |-----+-----+-----+-----+-----| - | HYP | 4 | 5 | 6 | * | - |-----+-----+-----+-----+-----| - |EXEC | 1 | 2 | 3 | - | - |-----+-----+-----+-----+-----| - | OFF | 0 | . | PI | + | - |-----+-----+-----+-----+-----+ +@group +|--- Emacs Calculator Mode --- +|2: 17.3 +|1: -5 +| . +|--%%-Calc: 12 Deg (Calcul +|----+-----Calc 2.1------+----1 +|FLR |CEIL|RND |TRNC|CLN2|FLT | +|----+----+----+----+----+----| +| LN |EXP | |ABS |IDIV|MOD | +|----+----+----+----+----+----| +|SIN |COS |TAN |SQRT|y^x |1/x | +|----+----+----+----+----+----| +| ENTER |+/- |EEX |UNDO| <- | +|-----+---+-+--+--+-+---++----| +| INV | 7 | 8 | 9 | / | +|-----+-----+-----+-----+-----| +| HYP | 4 | 5 | 6 | * | +|-----+-----+-----+-----+-----| +|EXEC | 1 | 2 | 3 | - | +|-----+-----+-----+-----+-----| +| OFF | 0 | . | PI | + | +|-----+-----+-----+-----+-----+ +@end group @end smallexample Keypad mode is much easier for beginners to learn, because there @@ -10010,7 +10013,6 @@ numeric entry, undo, numeric prefix arguments, etc. * Numeric Entry:: * Algebraic Entry:: * Quick Calculator:: -* Keypad Mode:: * Prefix Arguments:: * Undo:: * Error Messages:: @@ -29649,7 +29651,7 @@ whole line. So you can usually transfer a single number into Calc just by double-clicking on it in the shell, then middle-clicking in the Calc window. -@node Keypad Mode, Embedded Mode, Kill and Yank, Introduction +@node Keypad Mode, Embedded Mode, Kill and Yank, Top @chapter Keypad Mode @noindent @@ -29706,7 +29708,7 @@ original buffer. @smallexample @group -|----+-----Calc 2.00-----+----1 +|----+-----Calc 2.1------+----1 |FLR |CEIL|RND |TRNC|CLN2|FLT | |----+----+----+----+----+----| | LN |EXP | |ABS |IDIV|MOD | @@ -35020,7 +35022,7 @@ CVS tree. See @uref{http://savannah.gnu.org/projects/emacs}. @appendix Calc Summary @noindent -This section includes a complete list of Calc 2.02 keystroke commands. +This section includes a complete list of Calc 2.1 keystroke commands. Each line lists the stack entries used by the command (top-of-stack last), the keystrokes themselves, the prompts asked by the command, and the result of the command (also with top-of-stack last). |