* doc/misc/calc.texi (Summary): Avoid '@:' when usurped.

This commit is contained in:
Paul Eggert 2015-04-08 17:19:15 -07:00
parent 215e5bf0cf
commit 666b8276b1

View file

@ -36661,6 +36661,8 @@ keystrokes are not listed in this summary.
@end format
@c Avoid '@:' from here on, as it now means \sumsep in tex mode.
@noindent
NOTES
@ -36799,9 +36801,9 @@ The @expr{op} prompt can be answered with the key sequence for the
desired function, or with @kbd{x} or @kbd{z} followed by a function name,
or with @kbd{$} to take a formula from the top of the stack, or with
@kbd{'} and a typed formula. In the last two cases, the formula may
be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}, or it
may include @kbd{$}, @kbd{$$}, etc.@: (where @kbd{$} will correspond to the
last argument of the created function), or otherwise you will be
be a nameless function like @samp{<#1+#2>} or @samp{<x, y : x+y>}; or it
may include @kbd{$}, @kbd{$$}, etc., where @kbd{$} will correspond to the
last argument of the created function; or otherwise you will be
prompted for an argument list. The number of vectors popped from the
stack by @kbd{V M} depends on the number of arguments of the function.