diff options
| -rw-r--r-- | man/calc.texi | 15 |
1 files 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 | |||
| 30120 | that many lines forward or backward (respectively, including the current | 30120 | that many lines forward or backward (respectively, including the current |
| 30121 | line). Explicit delimiters are not necessary in this case. | 30121 | line). Explicit delimiters are not necessary in this case. |
| 30122 | 30122 | ||
| 30123 | With a prefix argument of zero, Calc uses the current region | 30123 | With a prefix argument of zero, Calc uses the current region (delimited |
| 30124 | (delimited by point and mark) instead of formula delimiters. | 30124 | by point and mark) instead of formula delimiters. With a prefix |
| 30125 | argument of @kbd{C-u} only, Calc uses the current line as the formula. | ||
| 30125 | 30126 | ||
| 30126 | @kindex M-# w | 30127 | @kindex M-# w |
| 30127 | @pindex calc-embedded-word | 30128 | @pindex calc-embedded-word |
| 30128 | With a prefix argument of @kbd{C-u} only, Calc scans for the first | 30129 | The @kbd{M-# w} (@code{calc-embedded-word}) command will start Embedded |
| 30129 | non-numeric character (i.e., the first character that is not a | 30130 | mode on the current ``word''; in this case Calc will scan for the first |
| 30130 | digit, sign, decimal point, or upper- or lower-case @samp{e}) | 30131 | non-numeric character (i.e., the first character that is not a digit, |
| 30131 | forward and backward to delimit the formula. @kbd{M-# w} | 30132 | sign, decimal point, or upper- or lower-case @samp{e}) forward and |
| 30132 | (@code{calc-embedded-word}) is equivalent to @kbd{C-u M-# e}. | 30133 | backward to delimit the formula. |
| 30133 | 30134 | ||
| 30134 | When you enable Embedded mode for a formula, Calc reads the text | 30135 | When you enable Embedded mode for a formula, Calc reads the text |
| 30135 | between the delimiters and tries to interpret it as a Calc formula. | 30136 | between the delimiters and tries to interpret it as a Calc formula. |