From 2be7b183bfb4de89ed3fc2cd85a0ccc4fc556f84 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 31 May 2005 19:35:50 +0000 Subject: [PATCH] (Basic Embedded Mode): Rewrite discussion of prefix arguments to reflect current behavior. --- man/calc.texi | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/man/calc.texi b/man/calc.texi index 51bfdd48189..6e947050107 100644 --- a/man/calc.texi +++ b/man/calc.texi @@ -30120,16 +30120,17 @@ 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. +With a prefix argument of zero, Calc uses the current region (delimited +by point and mark) instead of formula delimiters. With a prefix +argument of @kbd{C-u} only, Calc uses the current line as the formula. @kindex M-# w @pindex calc-embedded-word -With a prefix argument of @kbd{C-u} only, Calc scans for the first -non-numeric character (i.e., the first character that is not a -digit, sign, decimal point, or upper- or lower-case @samp{e}) -forward and backward to delimit the formula. @kbd{M-# w} -(@code{calc-embedded-word}) is equivalent to @kbd{C-u M-# e}. +The @kbd{M-# w} (@code{calc-embedded-word}) command will start Embedded +mode on the current ``word''; in this case Calc will scan for the first +non-numeric character (i.e., the first character that is not a digit, +sign, decimal point, or upper- or lower-case @samp{e}) forward and +backward to delimit the formula. When you enable Embedded mode for a formula, Calc reads the text between the delimiters and tries to interpret it as a Calc formula. -- 2.39.5