aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger2005-05-28 05:48:15 +0000
committerJay Belanger2005-05-28 05:48:15 +0000
commitf16fc7f9c6f4c5506445ebf4c364285050b29211 (patch)
treec3996f1fa17cb94f54b71e24eaa5e9a4baa01c9c
parentc622c18ec0d4aed4a57fea55171f52eff59e2c20 (diff)
downloademacs-f16fc7f9c6f4c5506445ebf4c364285050b29211.tar.gz
emacs-f16fc7f9c6f4c5506445ebf4c364285050b29211.zip
(Basic Embedded Mode): Explain behavior of arguments to calc-embedded-mode.
-rw-r--r--man/calc.texi6
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
30113on their own separate lines or in-line with the formula. 30113on their own separate lines or in-line with the formula.
30114 30114
30115If you give a positive or negative numeric prefix argument, Calc 30115If you give a positive or negative numeric prefix argument, Calc
30116instead uses the current point as one end of the formula, and moves 30116instead uses the current point as one end of the formula, and includes
30117forward or backward (respectively) by that many lines to find the 30117that many lines forward or backward (respectively, including the current
30118other end. Explicit delimiters are not necessary in this case. 30118line). Explicit delimiters are not necessary in this case.
30119 30119
30120With a prefix argument of zero, Calc uses the current region 30120With 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.