diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/calc.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 62a81b81ec7..78af706164f 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -36661,6 +36661,8 @@ keystrokes are not listed in this summary. | |||
| 36661 | 36661 | ||
| 36662 | @end format | 36662 | @end format |
| 36663 | 36663 | ||
| 36664 | @c Avoid '@:' from here on, as it now means \sumsep in tex mode. | ||
| 36665 | |||
| 36664 | @noindent | 36666 | @noindent |
| 36665 | NOTES | 36667 | NOTES |
| 36666 | 36668 | ||
| @@ -36799,9 +36801,9 @@ The @expr{op} prompt can be answered with the key sequence for the | |||
| 36799 | desired function, or with @kbd{x} or @kbd{z} followed by a function name, | 36801 | desired function, or with @kbd{x} or @kbd{z} followed by a function name, |
| 36800 | or with @kbd{$} to take a formula from the top of the stack, or with | 36802 | or with @kbd{$} to take a formula from the top of the stack, or with |
| 36801 | @kbd{'} and a typed formula. In the last two cases, the formula may | 36803 | @kbd{'} and a typed formula. In the last two cases, the formula may |
| 36802 | be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}, or it | 36804 | be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}; or it |
| 36803 | may include @kbd{$}, @kbd{$$}, etc.@: (where @kbd{$} will correspond to the | 36805 | may include @kbd{$}, @kbd{$$}, etc., where @kbd{$} will correspond to the |
| 36804 | last argument of the created function), or otherwise you will be | 36806 | last argument of the created function; or otherwise you will be |
| 36805 | prompted for an argument list. The number of vectors popped from the | 36807 | prompted for an argument list. The number of vectors popped from the |
| 36806 | stack by @kbd{V M} depends on the number of arguments of the function. | 36808 | stack by @kbd{V M} depends on the number of arguments of the function. |
| 36807 | 36809 | ||