]> git.eshelyaron.com Git - emacs.git/commitdiff
(Basic Embedded Mode): Rewrite discussion of prefix arguments to
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 31 May 2005 19:35:50 +0000 (19:35 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 31 May 2005 19:35:50 +0000 (19:35 +0000)
reflect current behavior.

man/calc.texi

index 51bfdd4818992d867dfa9bd6c25cad2b8554d447..6e947050107d1df3b924cae046123bb9861cbf80 100644 (file)
@@ -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.