diff options
| author | Jay Belanger | 2005-05-28 05:48:15 +0000 |
|---|---|---|
| committer | Jay Belanger | 2005-05-28 05:48:15 +0000 |
| commit | f16fc7f9c6f4c5506445ebf4c364285050b29211 (patch) | |
| tree | c3996f1fa17cb94f54b71e24eaa5e9a4baa01c9c | |
| parent | c622c18ec0d4aed4a57fea55171f52eff59e2c20 (diff) | |
| download | emacs-f16fc7f9c6f4c5506445ebf4c364285050b29211.tar.gz emacs-f16fc7f9c6f4c5506445ebf4c364285050b29211.zip | |
(Basic Embedded Mode): Explain behavior of arguments to calc-embedded-mode.
| -rw-r--r-- | man/calc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/calc.texi b/man/calc.texi index d9eb1e2cf22..9b89282aa3d 100644 --- a/man/calc.texi +++ b/man/calc.texi | |||
| @@ -30113,9 +30113,9 @@ your own favorite delimiters. Delimiters like @samp{$ $} can appear | |||
| 30113 | on their own separate lines or in-line with the formula. | 30113 | on their own separate lines or in-line with the formula. |
| 30114 | 30114 | ||
| 30115 | If you give a positive or negative numeric prefix argument, Calc | 30115 | If you give a positive or negative numeric prefix argument, Calc |
| 30116 | instead uses the current point as one end of the formula, and moves | 30116 | instead uses the current point as one end of the formula, and includes |
| 30117 | forward or backward (respectively) by that many lines to find the | 30117 | that many lines forward or backward (respectively, including the current |
| 30118 | other end. Explicit delimiters are not necessary in this case. | 30118 | line). Explicit delimiters are not necessary in this case. |
| 30119 | 30119 | ||
| 30120 | With a prefix argument of zero, Calc uses the current region | 30120 | With a prefix argument of zero, Calc uses the current region |
| 30121 | (delimited by point and mark) instead of formula delimiters. | 30121 | (delimited by point and mark) instead of formula delimiters. |