diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2005-05-28 05:48:15 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2005-05-28 05:48:15 +0000 |
commit | f16fc7f9c6f4c5506445ebf4c364285050b29211 (patch) | |
tree | c3996f1fa17cb94f54b71e24eaa5e9a4baa01c9c /man/calc.texi | |
parent | c622c18ec0d4aed4a57fea55171f52eff59e2c20 (diff) | |
download | emacs-f16fc7f9c6f4c5506445ebf4c364285050b29211.tar.gz |
(Basic Embedded Mode): Explain behavior of arguments to calc-embedded-mode.
Diffstat (limited to 'man/calc.texi')
-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 on their own separate lines or in-line with the formula. If you give a positive or negative numeric prefix argument, Calc -instead uses the current point as one end of the formula, and moves -forward or backward (respectively) by that many lines to find the -other end. Explicit delimiters are not necessary in this case. +instead uses the current point as one end of the formula, and includes +that many lines forward or backward (respectively, including the current +line). Explicit delimiters are not necessary in this case. With a prefix argument of zero, Calc uses the current region (delimited by point and mark) instead of formula delimiters. |